Classes | |
class | Method |
Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, SelfIntersections.Settings arg0) |
None | __init__ (self, 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) |
Generated from: MR::SelfIntersections::Settings Setting set for mesh self-intersections fix
None meshlib.mrmeshpy.SelfIntersections.Settings.__init__ | ( | self | ) |
Implicit default constructor.
None meshlib.mrmeshpy.SelfIntersections.Settings.__init__ | ( | self, | |
SelfIntersections.Settings | arg0 ) |
Implicit copy constructor.
None meshlib.mrmeshpy.SelfIntersections.Settings.__init__ | ( | self, | |
SelfIntersections.Settings.Method | method, | ||
int | relaxIterations, | ||
int | maxExpand, | ||
float | subdivideEdgeLen, | ||
func_bool_from_float | callback ) |
Implicit aggregate constructor.
func_bool_from_float meshlib.mrmeshpy.SelfIntersections.Settings.callback | ( | self | ) |
Callback function
None meshlib.mrmeshpy.SelfIntersections.Settings.callback | ( | self, | |
func_bool_from_float | arg1 ) |
int meshlib.mrmeshpy.SelfIntersections.Settings.maxExpand | ( | self | ) |
Maximum expand count (edge steps from self-intersecting faces), should be > 0
None meshlib.mrmeshpy.SelfIntersections.Settings.maxExpand | ( | self, | |
int | arg1 ) |
int meshlib.mrmeshpy.SelfIntersections.Settings.relaxIterations | ( | self | ) |
Maximum relax iterations
None meshlib.mrmeshpy.SelfIntersections.Settings.relaxIterations | ( | self, | |
int | arg1 ) |
float meshlib.mrmeshpy.SelfIntersections.Settings.subdivideEdgeLen | ( | self | ) |
Edge length for subdivision of holes covers (0.0f means auto) FLT_MAX to disable subdivision
None meshlib.mrmeshpy.SelfIntersections.Settings.subdivideEdgeLen | ( | self, | |
float | arg1 ) |