Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, DivideMeshWithPlaneParams arg0) |
| None | __init__ (self, float eps, bool fillCut, bool subdivideFilling, ObjectMeshData otherPart, std_vector_std_string errors) |
| float | eps (self) |
| None | eps (self, float arg1) |
| std_vector_std_string | errors (self) |
| None | errors (self, std_vector_std_string arg1) |
| bool | fillCut (self) |
| None | fillCut (self, bool arg1) |
| ObjectMeshData | otherPart (self) |
| None | otherPart (self, ObjectMeshData arg1) |
| bool | subdivideFilling (self) |
| None | subdivideFilling (self, bool arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| DivideMeshWithPlaneParams | operator (*args, **kwargs) |
| DivideMeshWithPlaneParams | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_eps = 0 |
| typing | _offsetof_errors = 16 |
| typing | _offsetof_fillCut = 4 |
| typing | _offsetof_otherPart = 8 |
| typing | _offsetof_subdivideFilling = 5 |
Generated from: MR::DivideMeshWithPlaneParams
|
static |
| None mrmeshpy.DivideMeshWithPlaneParams.__init__ | ( | self | ) |
| None mrmeshpy.DivideMeshWithPlaneParams.__init__ | ( | self, | |
| DivideMeshWithPlaneParams | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.DivideMeshWithPlaneParams.__init__ | ( | self, | |
| float | eps, | ||
| bool | fillCut, | ||
| bool | subdivideFilling, | ||
| ObjectMeshData | otherPart, | ||
| std_vector_std_string | errors ) |
Implicit aggregate constructor.
| float mrmeshpy.DivideMeshWithPlaneParams.eps | ( | self | ) |
if existing vertex is within eps distance from the plane, then move the vertex not introducing new ones
| None mrmeshpy.DivideMeshWithPlaneParams.eps | ( | self, | |
| float | arg1 ) |
| std_vector_std_string mrmeshpy.DivideMeshWithPlaneParams.errors | ( | self | ) |
optional output list of errors that could possibly happen during 'divideMeshWithPlane' function call
| None mrmeshpy.DivideMeshWithPlaneParams.errors | ( | self, | |
| std_vector_std_string | arg1 ) |
| bool mrmeshpy.DivideMeshWithPlaneParams.fillCut | ( | self | ) |
if set - function tries to fill cut after dividing (this operation might fail leading to "params.errors")
| None mrmeshpy.DivideMeshWithPlaneParams.fillCut | ( | self, | |
| bool | arg1 ) |
|
static |
|
static |
| ObjectMeshData mrmeshpy.DivideMeshWithPlaneParams.otherPart | ( | self | ) |
optional output other part of dividing (expected to be empty)
| None mrmeshpy.DivideMeshWithPlaneParams.otherPart | ( | self, | |
| ObjectMeshData | arg1 ) |
| bool mrmeshpy.DivideMeshWithPlaneParams.subdivideFilling | ( | self | ) |
if set and filled - function subdivides filling after cut
| None mrmeshpy.DivideMeshWithPlaneParams.subdivideFilling | ( | self, | |
| bool | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |