Selection by subsets. More...
Functions | |
| void | SelectSubset (Mesh *mesh, int subset_index, bool vertices, bool edges, bool faces, bool volumes) |
| Selects all elements of a subset. More... | |
| void | SelectSubsetBoundary (Mesh *mesh, int subset_index, bool boundaries_of_edges, bool boundaries_of_faces, bool boundaries_of_volumes) |
| Selects the boundary of a subset. More... | |
| void | SelectUnassignedElements (Mesh *mesh, bool vertices, bool edges, bool faces, bool volumes) |
| Selects all elements not assigned to any subset. More... | |
| void | RestrictSelectionToSubset (Mesh *mesh, int subset_index) |
| Deselects all elements from the selection that are not in the specified subset. More... | |
Selection by subsets.
Deselects all elements from the selection that are not in the specified subset.
| void SelectSubset | ( | Mesh * | mesh, |
| int | subset_index, | ||
| bool | vertices, | ||
| bool | edges, | ||
| bool | faces, | ||
| bool | volumes | ||
| ) |
Selects all elements of a subset.
| void SelectSubsetBoundary | ( | Mesh * | mesh, |
| int | subset_index, | ||
| bool | boundaries_of_edges, | ||
| bool | boundaries_of_faces, | ||
| bool | boundaries_of_volumes | ||
| ) |
Selects the boundary of a subset.