#include <MRMesh/MRMeshTotalAngle.h>
Public Attributes | |
| float | maxAngleChange = FLT_MAX |
| Maximal allowed dihedral angle change (in radians) over the flipped edge. | |
| float | criticalTriAspectRatio = FLT_MAX |
| float | factorDelone = 0.1f |
| const FaceBitSet * | region = nullptr |
| Only edges with left and right faces in this set can be flipped. | |
| const UndirectedEdgeBitSet * | notFlippable = nullptr |
| Edges specified by this bit-set will never be flipped. | |
| const VertBitSet * | vertRegion = nullptr |
| Only edges with origin or destination in this set before or after flip can be flipped. | |