Classes | |
| class | Method |
Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, SelfIntersections.Settings arg0) |
| None | __init__ (self, bool touchIsIntersection, SelfIntersections.Settings.Method method, int relaxIterations, int maxExpand, float subdivideEdgeLen, func_bool_from_float callback) |
| func_bool_from_float | callback (self) |
| None | callback (self, func_bool_from_float arg1) |
| int | maxExpand (self) |
| None | maxExpand (self, int arg1) |
| int | relaxIterations (self) |
| None | relaxIterations (self, int arg1) |
| float | subdivideEdgeLen (self) |
| None | subdivideEdgeLen (self, float arg1) |
| bool | touchIsIntersection (self) |
| None | touchIsIntersection (self, bool arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| SelfIntersections.Settings | operator (*args, **kwargs) |
| SelfIntersections.Settings | operator (*args, **kwargs) |
Static Public Attributes | |
| SelfIntersections | method .Settings.Method |
Static Protected Attributes | |
| typing | _offsetof_maxExpand = 12 |
| typing | _offsetof_method = 4 |
| typing | _offsetof_relaxIterations = 8 |
| typing | _offsetof_subdivideEdgeLen = 16 |
| typing | _offsetof_touchIsIntersection = 0 |
Generated from: MR::SelfIntersections::Settings Setting set for mesh self-intersections fix
|
static |
| None mrmeshpy.SelfIntersections.Settings.__init__ | ( | self | ) |
| None mrmeshpy.SelfIntersections.Settings.__init__ | ( | self, | |
| SelfIntersections.Settings | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.SelfIntersections.Settings.__init__ | ( | self, | |
| bool | touchIsIntersection, | ||
| SelfIntersections.Settings.Method | method, | ||
| int | relaxIterations, | ||
| int | maxExpand, | ||
| float | subdivideEdgeLen, | ||
| func_bool_from_float | callback ) |
Implicit aggregate constructor.
| func_bool_from_float mrmeshpy.SelfIntersections.Settings.callback | ( | self | ) |
Callback function
| None mrmeshpy.SelfIntersections.Settings.callback | ( | self, | |
| func_bool_from_float | arg1 ) |
| int mrmeshpy.SelfIntersections.Settings.maxExpand | ( | self | ) |
Maximum expand count (edge steps from self-intersecting faces), should be > 0
| None mrmeshpy.SelfIntersections.Settings.maxExpand | ( | self, | |
| int | arg1 ) |
|
static |
|
static |
| int mrmeshpy.SelfIntersections.Settings.relaxIterations | ( | self | ) |
Maximum relax iterations
| None mrmeshpy.SelfIntersections.Settings.relaxIterations | ( | self, | |
| int | arg1 ) |
| float mrmeshpy.SelfIntersections.Settings.subdivideEdgeLen | ( | self | ) |
Edge length for subdivision of holes covers (0.0f means auto) FLT_MAX to disable subdivision
| None mrmeshpy.SelfIntersections.Settings.subdivideEdgeLen | ( | self, | |
| float | arg1 ) |
| bool mrmeshpy.SelfIntersections.Settings.touchIsIntersection | ( | self | ) |
If true then count touching faces as self-intersections
| None mrmeshpy.SelfIntersections.Settings.touchIsIntersection | ( | self, | |
| bool | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
static |