Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, ZCompensateParams arg0) |
| None | __init__ (self, float maxShift, bool reduceSelfIntersections, float minThickness, func_bool_from_float progress) |
| float | maxShift (self) |
| None | maxShift (self, float arg1) |
| float | minThickness (self) |
| None | minThickness (self, float arg1) |
| func_bool_from_float | progress (self) |
| None | progress (self, func_bool_from_float arg1) |
| bool | reduceSelfIntersections (self) |
| None | reduceSelfIntersections (self, bool arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| ZCompensateParams | operator (*args, **kwargs) |
| ZCompensateParams | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_maxShift = 0 |
| typing | _offsetof_minThickness = 8 |
| typing | _offsetof_progress = 16 |
| typing | _offsetof_reduceSelfIntersections = 4 |
Generated from: MR::ZCompensateParams
|
static |
| None mrmeshpy.ZCompensateParams.__init__ | ( | self | ) |
| None mrmeshpy.ZCompensateParams.__init__ | ( | self, | |
| ZCompensateParams | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.ZCompensateParams.__init__ | ( | self, | |
| float | maxShift, | ||
| bool | reduceSelfIntersections, | ||
| float | minThickness, | ||
| func_bool_from_float | progress ) |
Implicit aggregate constructor.
| float mrmeshpy.ZCompensateParams.maxShift | ( | self | ) |
shift of mesh parts orthogonal to Z-axis with normal against Z-axis; for other mesh parts the shift will be less and will depend on the angle between point pseudo-normal and Z-axis
| None mrmeshpy.ZCompensateParams.maxShift | ( | self, | |
| float | arg1 ) |
| float mrmeshpy.ZCompensateParams.minThickness | ( | self | ) |
only if (reduceSelfIntersections = true), avoids moving a vertex closer than this distance to another triangle
| None mrmeshpy.ZCompensateParams.minThickness | ( | self, | |
| float | arg1 ) |
|
static |
|
static |
| func_bool_from_float mrmeshpy.ZCompensateParams.progress | ( | self | ) |
to report progress and cancel processing
| None mrmeshpy.ZCompensateParams.progress | ( | self, | |
| func_bool_from_float | arg1 ) |
| bool mrmeshpy.ZCompensateParams.reduceSelfIntersections | ( | self | ) |
if true, limits the movement of each vertex to reduce self-intersections in the mesh
| None mrmeshpy.ZCompensateParams.reduceSelfIntersections | ( | self, | |
| bool | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |