ProMesh User Manual  v4.3.19
Subset Based

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...
 

Detailed Description

Selection by subsets.

Function Documentation

◆ RestrictSelectionToSubset()

void RestrictSelectionToSubset ( Mesh mesh,
int  subset_index 
)

Deselects all elements from the selection that are not in the specified subset.

◆ SelectSubset()

void SelectSubset ( Mesh mesh,
int  subset_index,
bool  vertices,
bool  edges,
bool  faces,
bool  volumes 
)

Selects all elements of a subset.

◆ SelectSubsetBoundary()

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.

◆ SelectUnassignedElements()

void SelectUnassignedElements ( Mesh mesh,
bool  vertices,
bool  edges,
bool  faces,
bool  volumes 
)

Selects all elements not assigned to any subset.