Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, CutByProjectionSettings arg0) |
| None | __init__ (self, Vector3f direction, AffineXf3f cont2mesh) |
| AffineXf3f | cont2mesh (self) |
| None | cont2mesh (self, AffineXf3f arg1) |
| Vector3f | direction (self) |
| None | direction (self, Vector3f arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| CutByProjectionSettings | operator (*args, **kwargs) |
| CutByProjectionSettings | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_cont2mesh = 16 |
| typing | _offsetof_direction = 0 |
Generated from: MR::CutByProjectionSettings Settings structurer for cutMeshByProjection function
|
static |
| None mrmeshpy.CutByProjectionSettings.__init__ | ( | self | ) |
| None mrmeshpy.CutByProjectionSettings.__init__ | ( | self, | |
| CutByProjectionSettings | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.CutByProjectionSettings.__init__ | ( | self, | |
| Vector3f | direction, | ||
| AffineXf3f | cont2mesh ) |
Implicit aggregate constructor.
| AffineXf3f mrmeshpy.CutByProjectionSettings.cont2mesh | ( | self | ) |
if set - used to transform contours form its local space to mesh local space
| None mrmeshpy.CutByProjectionSettings.cont2mesh | ( | self, | |
| AffineXf3f | arg1 ) |
| Vector3f mrmeshpy.CutByProjectionSettings.direction | ( | self | ) |
direction of projection (in mesh space)
| None mrmeshpy.CutByProjectionSettings.direction | ( | self, | |
| Vector3f | arg1 ) |
|
static |
|
static |
|
staticprotected |
|
staticprotected |