Forum archiveIssue archiveOther usage issues

Archived discussion

TriedronDisplay

Other usage issuesThu, 05/30/2002 - 05:081 reply

Browse this forum
QuestionAuthor

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

Discussion

1 archived reply

Posts are displayed in their archived order.

01Author

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