Thu, 05/30/2002 - 05:08
Forums:
Hi!! Everybody
I am trying to draw Triedron at left_lower on v3d_view
I found TriedronDisplay function among v3d_view class
but this code leads to much closer left-lower corner of view.
myView->TriedronDisplay(Aspect_TOTP_LEFT_LOWER, Quantity_NOC_SNOW);
How can i assign triedron to other postion?
Thank!!!
Thu, 05/30/2002 - 05:16
I just make it~
It's so simple
last argument of TriedronDisplay is controled like this
myView->TriedronDisplay(Aspect_TOTP_LEFT_LOWER, Quantity_NOC_SNOW, 0.08);