Registry
|
Functions | |
void | RestrictSelectionToSubset (Mesh *mesh, int subset_index) |
Deselects all elements from the selection that are not in the specified subset. More... | |
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 ug4Bridge::promesh::Selection::SubsetBased::RestrictSelectionToSubset | ( | Mesh * | mesh, |
int | subset_index | ||
) |
Deselects all elements from the selection that are not in the specified subset.
[in] | mesh | |
[in] | subset_index |
void ug4Bridge::promesh::Selection::SubsetBased::SelectSubset | ( | Mesh * | mesh, |
int | subset_index, | ||
bool | vertices, | ||
bool | edges, | ||
bool | faces, | ||
bool | volumes | ||
) |
Selects all elements of a subset.
[in] | mesh | |
[in] | subset_index | |
[in] | vertices | |
[in] | edges | |
[in] | faces | |
[in] | volumes |
void ug4Bridge::promesh::Selection::SubsetBased::SelectSubsetBoundary | ( | Mesh * | mesh, |
int | subset_index, | ||
bool | boundaries_of_edges, | ||
bool | boundaries_of_faces, | ||
bool | boundaries_of_volumes | ||
) |
Selects the boundary of a subset.
[in] | mesh | |
[in] | subset_index | |
[in] | boundaries_of_edges | |
[in] | boundaries_of_faces | |
[in] | boundaries_of_volumes |
void ug4Bridge::promesh::Selection::SubsetBased::SelectUnassignedElements | ( | Mesh * | mesh, |
bool | vertices, | ||
bool | edges, | ||
bool | faces, | ||
bool | volumes | ||
) |
Selects all elements not assigned to any subset.
[in] | mesh | |
[in] | vertices | |
[in] | edges | |
[in] | faces | |
[in] | volumes |