Tools to adjust or invert the orientation of selected elements. More...
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... | |
Tools to adjust or invert the orientation of selected elements.
void AdjustEdgeOrientation | ( | Mesh * | mesh | ) |
Adjusts the orientation of boundary edges to associated faces.
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.
void FixFaceSubsetOrientations | ( | Mesh * | mesh | ) |
Iterates over all subset and tries to fix face orientation for each. Only works correctly for manifold subsets.
Changes orientation of selected volumes, so that they are oriented correctly.
void InvertFaceOrientation | ( | Mesh * | mesh | ) |
Inverts the orientation of all selected faces.