TriedronDisplay

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!!!

sonhc11's picture

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);