Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, Vector3f axis, float layerHeight, float maxOverhangDistance, int hops, AffineXf3f xf, func_bool_from_float progressCb) |
Vector3f | axis (self) |
None | axis (self, Vector3f arg1) |
int | hops (self) |
None | hops (self, int arg1) |
float | layerHeight (self) |
None | layerHeight (self, float arg1) |
float | maxOverhangDistance (self) |
None | maxOverhangDistance (self, float arg1) |
AffineXf3f | xf (self) |
None | xf (self, AffineXf3f arg1) |
Static Public Member Functions | |
None | __init__ (*args, **kwargs) |
FindOverhangsSettings | operator (*args, **kwargs) |
FindOverhangsSettings | operator (*args, **kwargs) |
Static Protected Attributes | |
typing | _offsetof_axis = 0 |
typing | _offsetof_hops = 20 |
typing | _offsetof_layerHeight = 12 |
typing | _offsetof_maxOverhangDistance = 16 |
typing | _offsetof_progressCb = 32 |
typing | _offsetof_xf = 24 |
Generated from: MR::FindOverhangsSettings parameters for MR::findOverhangs
|
static |
None mrmeshpy.FindOverhangsSettings.__init__ | ( | self | ) |
None mrmeshpy.FindOverhangsSettings.__init__ | ( | self, | |
Vector3f | axis, | ||
float | layerHeight, | ||
float | maxOverhangDistance, | ||
int | hops, | ||
AffineXf3f | xf, | ||
func_bool_from_float | progressCb ) |
Implicit aggregate constructor.
Vector3f mrmeshpy.FindOverhangsSettings.axis | ( | self | ) |
base axis marking the up direction
None mrmeshpy.FindOverhangsSettings.axis | ( | self, | |
Vector3f | arg1 ) |
int mrmeshpy.FindOverhangsSettings.hops | ( | self | ) |
number of hops used to smooth out the overhang regions (0 - disable smoothing)
None mrmeshpy.FindOverhangsSettings.hops | ( | self, | |
int | arg1 ) |
float mrmeshpy.FindOverhangsSettings.layerHeight | ( | self | ) |
height of a layer
None mrmeshpy.FindOverhangsSettings.layerHeight | ( | self, | |
float | arg1 ) |
float mrmeshpy.FindOverhangsSettings.maxOverhangDistance | ( | self | ) |
maximum allowed overhang distance within a layer
None mrmeshpy.FindOverhangsSettings.maxOverhangDistance | ( | self, | |
float | arg1 ) |
|
static |
|
static |
AffineXf3f mrmeshpy.FindOverhangsSettings.xf | ( | self | ) |
mesh transform
None mrmeshpy.FindOverhangsSettings.xf | ( | self, | |
AffineXf3f | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |