Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, DeloneSettings arg0) |
| None | __init__ (self, float maxDeviationAfterFlip, float maxAngleChange, float criticalTriAspectRatio, FaceBitSet region, UndirectedEdgeBitSet notFlippable, VertBitSet vertRegion) |
| float | criticalTriAspectRatio (self) |
| None | criticalTriAspectRatio (self, float arg1) |
| float | maxAngleChange (self) |
| None | maxAngleChange (self, float arg1) |
| float | maxDeviationAfterFlip (self) |
| None | maxDeviationAfterFlip (self, float arg1) |
| UndirectedEdgeBitSet | notFlippable (self) |
| None | notFlippable (self, UndirectedEdgeBitSet arg1) |
| FaceBitSet | region (self) |
| None | region (self, FaceBitSet arg1) |
| VertBitSet | vertRegion (self) |
| None | vertRegion (self, VertBitSet arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| DeloneSettings | operator (*args, **kwargs) |
| DeloneSettings | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_criticalTriAspectRatio = 8 |
| typing | _offsetof_maxAngleChange = 4 |
| typing | _offsetof_maxDeviationAfterFlip = 0 |
| typing | _offsetof_notFlippable = 24 |
| typing | _offsetof_region = 16 |
| typing | _offsetof_vertRegion = 32 |
Generated from: MR::DeloneSettings
|
static |
| None mrmeshpy.DeloneSettings.__init__ | ( | self | ) |
| None mrmeshpy.DeloneSettings.__init__ | ( | self, | |
| DeloneSettings | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.DeloneSettings.__init__ | ( | self, | |
| float | maxDeviationAfterFlip, | ||
| float | maxAngleChange, | ||
| float | criticalTriAspectRatio, | ||
| FaceBitSet | region, | ||
| UndirectedEdgeBitSet | notFlippable, | ||
| VertBitSet | vertRegion ) |
Implicit aggregate constructor.
| float mrmeshpy.DeloneSettings.criticalTriAspectRatio | ( | self | ) |
if this value is less than FLT_MAX then the algorithm will ignore dihedral angle check if one of triangles has aspect ratio more than this value
| None mrmeshpy.DeloneSettings.criticalTriAspectRatio | ( | self, | |
| float | arg1 ) |
| float mrmeshpy.DeloneSettings.maxAngleChange | ( | self | ) |
Maximal allowed dihedral angle change (in radians) over the flipped edge
| None mrmeshpy.DeloneSettings.maxAngleChange | ( | self, | |
| float | arg1 ) |
| float mrmeshpy.DeloneSettings.maxDeviationAfterFlip | ( | self | ) |
Maximal allowed surface deviation during every individual flip
| None mrmeshpy.DeloneSettings.maxDeviationAfterFlip | ( | self, | |
| float | arg1 ) |
| UndirectedEdgeBitSet mrmeshpy.DeloneSettings.notFlippable | ( | self | ) |
Edges specified by this bit-set will never be flipped
| None mrmeshpy.DeloneSettings.notFlippable | ( | self, | |
| UndirectedEdgeBitSet | arg1 ) |
|
static |
|
static |
| FaceBitSet mrmeshpy.DeloneSettings.region | ( | self | ) |
Only edges with left and right faces in this set can be flipped
| None mrmeshpy.DeloneSettings.region | ( | self, | |
| FaceBitSet | arg1 ) |
| VertBitSet mrmeshpy.DeloneSettings.vertRegion | ( | self | ) |
Only edges with origin or destination in this set before or after flip can be flipped
| None mrmeshpy.DeloneSettings.vertRegion | ( | self, | |
| VertBitSet | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |