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 Fri, 09/27/2002 - 12:41
Hi
You can use TriedronDisplay function at V3d_view class
myView->TriedronDisplay(Aspect_TOTP_LEFT_LOWER, Quantity_NOC_SNOW, 0.08);
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.
Fri, 09/27/2002 - 12:41
Hi
You can use TriedronDisplay function at V3d_view class
myView->TriedronDisplay(Aspect_TOTP_LEFT_LOWER, Quantity_NOC_SNOW, 0.08);
Sat, 09/28/2002 - 03:59
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