Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, TrimWithPlaneParams arg0) |
| None | __init__ (self, Plane3f plane, float eps, func_void_from_Id_EdgeTag_Id_EdgeTag_float onEdgeSplitCallback) |
| float | eps (self) |
| None | eps (self, float arg1) |
| func_void_from_Id_EdgeTag_Id_EdgeTag_float | onEdgeSplitCallback (self) |
| None | onEdgeSplitCallback (self, func_void_from_Id_EdgeTag_Id_EdgeTag_float arg1) |
| Plane3f | plane (self) |
| None | plane (self, Plane3f arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| TrimWithPlaneParams | operator (*args, **kwargs) |
| TrimWithPlaneParams | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_eps = 16 |
| typing | _offsetof_onEdgeSplitCallback = 24 |
| typing | _offsetof_plane = 0 |
Generated from: MR::TrimWithPlaneParams stores basic params for trimWithPlane function
|
static |
| None mrmeshpy.TrimWithPlaneParams.__init__ | ( | self | ) |
| None mrmeshpy.TrimWithPlaneParams.__init__ | ( | self, | |
| TrimWithPlaneParams | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.TrimWithPlaneParams.__init__ | ( | self, | |
| Plane3f | plane, | ||
| float | eps, | ||
| func_void_from_Id_EdgeTag_Id_EdgeTag_float | onEdgeSplitCallback ) |
Implicit aggregate constructor.
| float mrmeshpy.TrimWithPlaneParams.eps | ( | self | ) |
if existing vertex is within eps distance from the plane, then move the vertex not introducing new ones
| None mrmeshpy.TrimWithPlaneParams.eps | ( | self, | |
| float | arg1 ) |
| func_void_from_Id_EdgeTag_Id_EdgeTag_float mrmeshpy.TrimWithPlaneParams.onEdgeSplitCallback | ( | self | ) |
is invoked each time when an edge is split. Receives edge ID before split, edge ID after split, and weight of the origin vertex
| None mrmeshpy.TrimWithPlaneParams.onEdgeSplitCallback | ( | self, | |
| func_void_from_Id_EdgeTag_Id_EdgeTag_float | arg1 ) |
|
static |
|
static |
| Plane3f mrmeshpy.TrimWithPlaneParams.plane | ( | self | ) |
Input plane to cut mesh with
| None mrmeshpy.TrimWithPlaneParams.plane | ( | self, | |
| Plane3f | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |