Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, ReduceTotalAngleParams arg0) |
| None | __init__ (self, float maxAngleChange, float criticalTriAspectRatio, float factorDelone, FaceBitSet region, UndirectedEdgeBitSet notFlippable, VertBitSet vertRegion) |
| float | criticalTriAspectRatio (self) |
| None | criticalTriAspectRatio (self, float arg1) |
| float | factorDelone (self) |
| None | factorDelone (self, float arg1) |
| float | maxAngleChange (self) |
| None | maxAngleChange (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) |
| ReduceTotalAngleParams | operator (*args, **kwargs) |
| ReduceTotalAngleParams | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_criticalTriAspectRatio = 4 |
| typing | _offsetof_factorDelone = 8 |
| typing | _offsetof_maxAngleChange = 0 |
| typing | _offsetof_notFlippable = 24 |
| typing | _offsetof_region = 16 |
| typing | _offsetof_vertRegion = 32 |
Generated from: MR::ReduceTotalAngleParams
|
static |
| None mrmeshpy.ReduceTotalAngleParams.__init__ | ( | self | ) |
| None mrmeshpy.ReduceTotalAngleParams.__init__ | ( | self, | |
| ReduceTotalAngleParams | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.ReduceTotalAngleParams.__init__ | ( | self, | |
| float | maxAngleChange, | ||
| float | criticalTriAspectRatio, | ||
| float | factorDelone, | ||
| FaceBitSet | region, | ||
| UndirectedEdgeBitSet | notFlippable, | ||
| VertBitSet | vertRegion ) |
Implicit aggregate constructor.
| float mrmeshpy.ReduceTotalAngleParams.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.ReduceTotalAngleParams.criticalTriAspectRatio | ( | self, | |
| float | arg1 ) |
| float mrmeshpy.ReduceTotalAngleParams.factorDelone | ( | self | ) |
This value must be in [0,1] range; factorDelone = 0 means that only dihedral angles are minimized, ignoring Delaunay criterion; factorDelone = 1 means that only Delaunay criterion is optimized ignoring dihedral angles; other values mean that a mixture of both criteria will be optimized
| None mrmeshpy.ReduceTotalAngleParams.factorDelone | ( | self, | |
| float | arg1 ) |
| float mrmeshpy.ReduceTotalAngleParams.maxAngleChange | ( | self | ) |
Maximal allowed dihedral angle change (in radians) over the flipped edge
| None mrmeshpy.ReduceTotalAngleParams.maxAngleChange | ( | self, | |
| float | arg1 ) |
| UndirectedEdgeBitSet mrmeshpy.ReduceTotalAngleParams.notFlippable | ( | self | ) |
Edges specified by this bit-set will never be flipped
| None mrmeshpy.ReduceTotalAngleParams.notFlippable | ( | self, | |
| UndirectedEdgeBitSet | arg1 ) |
|
static |
|
static |
| FaceBitSet mrmeshpy.ReduceTotalAngleParams.region | ( | self | ) |
Only edges with left and right faces in this set can be flipped
| None mrmeshpy.ReduceTotalAngleParams.region | ( | self, | |
| FaceBitSet | arg1 ) |
| VertBitSet mrmeshpy.ReduceTotalAngleParams.vertRegion | ( | self | ) |
Only edges with origin or destination in this set before or after flip can be flipped
| None mrmeshpy.ReduceTotalAngleParams.vertRegion | ( | self, | |
| VertBitSet | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |