Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, IntrinsicDeloneSettings arg0) |
None | __init__ (self, float threshold, FaceBitSet region, UndirectedEdgeBitSet notFlippable, VertBitSet vertRegion) |
UndirectedEdgeBitSet | notFlippable (self) |
None | notFlippable (self, UndirectedEdgeBitSet arg1) |
FaceBitSet | region (self) |
None | region (self, FaceBitSet arg1) |
float | threshold (self) |
None | threshold (self, float arg1) |
VertBitSet | vertRegion (self) |
None | vertRegion (self, VertBitSet arg1) |
Generated from: MR::IntrinsicDeloneSettings
None mrmeshpy.IntrinsicDeloneSettings.__init__ | ( | self | ) |
Implicit default constructor.
None mrmeshpy.IntrinsicDeloneSettings.__init__ | ( | self, | |
IntrinsicDeloneSettings | arg0 ) |
Implicit copy constructor.
None mrmeshpy.IntrinsicDeloneSettings.__init__ | ( | self, | |
float | threshold, | ||
FaceBitSet | region, | ||
UndirectedEdgeBitSet | notFlippable, | ||
VertBitSet | vertRegion ) |
Implicit aggregate constructor.
UndirectedEdgeBitSet mrmeshpy.IntrinsicDeloneSettings.notFlippable | ( | self | ) |
Edges specified by this bit-set will never be flipped
None mrmeshpy.IntrinsicDeloneSettings.notFlippable | ( | self, | |
UndirectedEdgeBitSet | arg1 ) |
FaceBitSet mrmeshpy.IntrinsicDeloneSettings.region | ( | self | ) |
Only edges with left and right faces in this set can be flipped
None mrmeshpy.IntrinsicDeloneSettings.region | ( | self, | |
FaceBitSet | arg1 ) |
float mrmeshpy.IntrinsicDeloneSettings.threshold | ( | self | ) |
the edge is considered Delaunay, if cotan(a1) + cotan(a2) >= threshold; passing positive(negative) threshold makes less(more) edges satisfy Delaunay conditions
None mrmeshpy.IntrinsicDeloneSettings.threshold | ( | self, | |
float | arg1 ) |
VertBitSet mrmeshpy.IntrinsicDeloneSettings.vertRegion | ( | self | ) |
Only edges with origin or destination in this set before or after flip can be flipped
None mrmeshpy.IntrinsicDeloneSettings.vertRegion | ( | self, | |
VertBitSet | arg1 ) |