__init__(*args, **kwargs) | mrmeshpy.SelfIntersections.Settings | static |
__init__(self) | mrmeshpy.SelfIntersections.Settings | |
__init__(self, bool touchIsIntersection, SelfIntersections.Settings.Method method, int relaxIterations, int maxExpand, float subdivideEdgeLen, func_bool_from_float callback) | mrmeshpy.SelfIntersections.Settings | |
_offsetof_maxExpand | mrmeshpy.SelfIntersections.Settings | protectedstatic |
_offsetof_method | mrmeshpy.SelfIntersections.Settings | protectedstatic |
_offsetof_relaxIterations | mrmeshpy.SelfIntersections.Settings | protectedstatic |
_offsetof_subdivideEdgeLen | mrmeshpy.SelfIntersections.Settings | protectedstatic |
_offsetof_touchIsIntersection | mrmeshpy.SelfIntersections.Settings | protectedstatic |
callback(self) | mrmeshpy.SelfIntersections.Settings | |
callback(self, func_bool_from_float arg1) | mrmeshpy.SelfIntersections.Settings | |
maxExpand(self) | mrmeshpy.SelfIntersections.Settings | |
maxExpand(self, int arg1) | mrmeshpy.SelfIntersections.Settings | |
method | mrmeshpy.SelfIntersections.Settings | static |
operator(*args, **kwargs) | mrmeshpy.SelfIntersections.Settings | static |
operator(*args, **kwargs) | mrmeshpy.SelfIntersections.Settings | static |
relaxIterations(self) | mrmeshpy.SelfIntersections.Settings | |
relaxIterations(self, int arg1) | mrmeshpy.SelfIntersections.Settings | |
subdivideEdgeLen(self) | mrmeshpy.SelfIntersections.Settings | |
subdivideEdgeLen(self, float arg1) | mrmeshpy.SelfIntersections.Settings | |
touchIsIntersection(self) | mrmeshpy.SelfIntersections.Settings | |
touchIsIntersection(self, bool arg1) | mrmeshpy.SelfIntersections.Settings | |