DiscussionsIssue archiveOther usage issues

Archived discussion

Selection of inner or rear faces

Other usage issuesWed, 11/26/2008 - 18:582 replies

Browse this forum
QuestionAuthor

Hi, Is there a way to select inner faces or the faces behind other faces? (e.g. like a function that returns shapes under mouse when clicked) ( also for example I would like to select the deeper face in each click to same location)
Thanks for replies..

Discussion

2 archived replies

Posts are displayed in their archived order.

01Commenter-1

Hello Author!
Try AIS_InteractiveContext::HilightNextDetected. We used this in qtgeom https://sourceforge.net/projects/qtocc/ and it works fine.

Regards,

Commenter-1

02Author

Thanks, that worked but still one more question: Can we select objects using their iso parameters? (i.e. select a face when mouse is near iso lines drawn, and not when mouse is near corners of the face)