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.
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.
Solved by john4TMYX. Go to Solution.
selectInput->addSelectionFilter("Faces");
selectInput->addSelectionFilter("MeshBodies");
is the right way
selectInput->addSelectionFilter("Faces");
selectInput->addSelectionFilter("MeshBodies");
is the right way
Can't find what you're looking for? Ask the community or share your knowledge.