Is there a chance to get regions and selection sets
kabexef
Posts: 71
Hi everyone!
For facets I can grab face groups and surfaces shown in the geometry editor.
Are there also methods to grab the regions, selection sets and rigidity groups from the facet, edge and vertex selections?
I still need to grab them with DazScript. So DzFacetMesh has methods like findFaceGroup(QString) and findMaterialGroup(QString) but I can't find what to use for the other required information.
Post edited by kabexef on
Comments
Edge and Vertex selection mode only work for Selection Sets and Rigidity Groups in Tool Settings pane. You have to select what you want from Surfaces or Face Groups in RMB - menu in Viewport .
You can select in one mode, then convert to the other selection mode. That might be useful in some cases, depending on the goal.
I still need to grab them with DazScript. So DzFacetMesh has methods like findFaceGroup(QString) and findMaterialGroup(QString), but I can't find what to use for the other required information.