Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, FindOverlappingSettings arg0) |
| None | __init__ (self, float maxDistSq, float maxNormalDot, float minAreaFraction, func_bool_from_float cb) |
| func_bool_from_float | cb (self) |
| None | cb (self, func_bool_from_float arg1) |
| float | maxDistSq (self) |
| None | maxDistSq (self, float arg1) |
| float | maxNormalDot (self) |
| None | maxNormalDot (self, float arg1) |
| float | minAreaFraction (self) |
| None | minAreaFraction (self, float arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| FindOverlappingSettings | operator (*args, **kwargs) |
| FindOverlappingSettings | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_cb = 16 |
| typing | _offsetof_maxDistSq = 0 |
| typing | _offsetof_maxNormalDot = 4 |
| typing | _offsetof_minAreaFraction = 8 |
Generated from: MR::FindOverlappingSettings
|
static |
| None mrmeshpy.FindOverlappingSettings.__init__ | ( | self | ) |
| None mrmeshpy.FindOverlappingSettings.__init__ | ( | self, | |
| FindOverlappingSettings | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.FindOverlappingSettings.__init__ | ( | self, | |
| float | maxDistSq, | ||
| float | maxNormalDot, | ||
| float | minAreaFraction, | ||
| func_bool_from_float | cb ) |
Implicit aggregate constructor.
| func_bool_from_float mrmeshpy.FindOverlappingSettings.cb | ( | self | ) |
for reporting current progress and allowing the user to cancel the algorithm
| None mrmeshpy.FindOverlappingSettings.cb | ( | self, | |
| func_bool_from_float | arg1 ) |
| float mrmeshpy.FindOverlappingSettings.maxDistSq | ( | self | ) |
suggestion: multiply it on mesh.getBoundingBox().size().lengthSq();
| None mrmeshpy.FindOverlappingSettings.maxDistSq | ( | self, | |
| float | arg1 ) |
| float mrmeshpy.FindOverlappingSettings.maxNormalDot | ( | self | ) |
maximal dot product of one triangle and another overlapping triangle normals
| None mrmeshpy.FindOverlappingSettings.maxNormalDot | ( | self, | |
| float | arg1 ) |
| float mrmeshpy.FindOverlappingSettings.minAreaFraction | ( | self | ) |
consider triangle as overlapping only if the area of the oppositely oriented triangle is at least given fraction of the triangle's area
| None mrmeshpy.FindOverlappingSettings.minAreaFraction | ( | self, | |
| float | arg1 ) |
|
static |
|
static |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |