Registry
|
Functions | |
void | SeparateDegeneratedBoundaryFaceSubsets (Mesh *mesh, double angle) |
Separates degenerated boundary face subsets at sharp creases. More... | |
void | SeparateFacesByEdgeSubsets (Mesh *mesh) |
Assigns faces that are surrounded by a set of edge-subsets to a common subset. More... | |
void | SeparateFacesBySelectedEdges (Mesh *mesh) |
Assigns faces that are surrounded by a set of selected edges to a common subset. More... | |
void | SeparateFaceSubsetByNormal (Mesh *mesh, int subset_index) |
Collects faces of a given subset that have a similar normal and assigns them to new subsets. More... | |
void | SeparateFaceSubsetsByNormal (Mesh *mesh) |
Collects faces of each subset that have a similar normal and assigns them to new subsets. More... | |
void | SeparateIrregularManifoldSubsets (Mesh *mesh) |
After this algorithm all face-subsets are regular manifolds. More... | |
void | SeparateVolumesByFaceSubsets (Mesh *mesh) |
Assigns volumes that are surrounded by a set of face-subsets to a common subset. More... | |
void | SeparateVolumesBySelectedFaces (Mesh *mesh) |
Assigns volumes that are surrounded by a set of selected faces to a common subset. More... | |
void ug4Bridge::promesh::Subsets::Separate::SeparateDegeneratedBoundaryFaceSubsets | ( | Mesh * | mesh, |
double | angle | ||
) |
Separates degenerated boundary face subsets at sharp creases.
[in] | mesh | |
[in] | angle |
void ug4Bridge::promesh::Subsets::Separate::SeparateFacesByEdgeSubsets | ( | Mesh * | mesh | ) |
Assigns faces that are surrounded by a set of edge-subsets to a common subset.
[in] | mesh |
void ug4Bridge::promesh::Subsets::Separate::SeparateFacesBySelectedEdges | ( | Mesh * | mesh | ) |
Assigns faces that are surrounded by a set of selected edges to a common subset.
[in] | mesh |
void ug4Bridge::promesh::Subsets::Separate::SeparateFaceSubsetByNormal | ( | Mesh * | mesh, |
int | subset_index | ||
) |
Collects faces of a given subset that have a similar normal and assigns them to new subsets.
[in] | mesh | |
[in] | subset_index |
void ug4Bridge::promesh::Subsets::Separate::SeparateFaceSubsetsByNormal | ( | Mesh * | mesh | ) |
Collects faces of each subset that have a similar normal and assigns them to new subsets.
[in] | mesh |
void ug4Bridge::promesh::Subsets::Separate::SeparateIrregularManifoldSubsets | ( | Mesh * | mesh | ) |
After this algorithm all face-subsets are regular manifolds.
[in] | mesh |
void ug4Bridge::promesh::Subsets::Separate::SeparateVolumesByFaceSubsets | ( | Mesh * | mesh | ) |
Assigns volumes that are surrounded by a set of face-subsets to a common subset.
[in] | mesh |
void ug4Bridge::promesh::Subsets::Separate::SeparateVolumesBySelectedFaces | ( | Mesh * | mesh | ) |
Assigns volumes that are surrounded by a set of selected faces to a common subset.
[in] | mesh |