What is the best way moving object.

hi,

I want to display a trihedron when moving my object(AIS_InteractiveObject).the trihedron's axis size cannot be changed when I zoom the view.
So how to do that, any suggestion is appreciated.

Lugi.C

sonhc11's picture

Hi
You can use TriedronDisplay function at V3d_view class
myView->TriedronDisplay(Aspect_TOTP_LEFT_LOWER, Quantity_NOC_SNOW, 0.08);

Lugi.C's picture

Hi,
I mean how to create a pivot on the selected object, when I move the pivot, the object is moving also, the pivot's axis size will not be changed when view is zooming.

regards.
Lugi.C