Registry
|
Functions | |
void | AdjustEdgeOrientation (Mesh *mesh) |
Adjusts the orientation of boundary edges to associated faces. More... | |
void | FixFaceOrientation (Mesh *mesh) |
Tries to change orientation of selected faces so that all neighbouring faces point into the same direction. Only works correctly for manifold selections. More... | |
void | FixFaceSubsetOrientations (Mesh *mesh) |
Iterates over all subset and tries to fix face orientation for each. Only works correctly for manifold subsets. More... | |
int | FixVolumeOrientation (Mesh *mesh) |
Changes orientation of selected volumes, so that they are oriented correctly. More... | |
void | InvertFaceOrientation (Mesh *mesh) |
Inverts the orientation of all selected faces. More... | |
void ug4Bridge::promesh::Remeshing::Orientation::AdjustEdgeOrientation | ( | Mesh * | mesh | ) |
Adjusts the orientation of boundary edges to associated faces.
[in] | mesh |
void ug4Bridge::promesh::Remeshing::Orientation::FixFaceOrientation | ( | Mesh * | mesh | ) |
Tries to change orientation of selected faces so that all neighbouring faces point into the same direction. Only works correctly for manifold selections.
[in] | mesh |
void ug4Bridge::promesh::Remeshing::Orientation::FixFaceSubsetOrientations | ( | Mesh * | mesh | ) |
Iterates over all subset and tries to fix face orientation for each. Only works correctly for manifold subsets.
[in] | mesh |
int ug4Bridge::promesh::Remeshing::Orientation::FixVolumeOrientation | ( | Mesh * | mesh | ) |
Changes orientation of selected volumes, so that they are oriented correctly.
[in] | mesh |
void ug4Bridge::promesh::Remeshing::Orientation::InvertFaceOrientation | ( | Mesh * | mesh | ) |
Inverts the orientation of all selected faces.
[in] | mesh |