- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi guys,
I use the following way to add the selection filter:
selectInput->addSelectionFilter(SelectionCommandInput::Faces);
selectInput->addSelectionFilter(SelectionCommandInput::MeshBodies);
selectInput->setSelectionLimits(1, 0);
Is it the right way?
But my codes always crashes when adding "MeshBodies".
Regards
John
Solved! Go to Solution.