Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, BendContoursAlongCurveParams arg0) |
| None | __init__ (self, float pivotCurveTime, Vector2f pivotBoxPoint, func_CurvePoint_from_float curve, bool stretch, float extrusion) |
| func_CurvePoint_from_float | curve (self) |
| None | curve (self, func_CurvePoint_from_float arg1) |
| float | extrusion (self) |
| None | extrusion (self, float arg1) |
| Vector2f | pivotBoxPoint (self) |
| None | pivotBoxPoint (self, Vector2f arg1) |
| float | pivotCurveTime (self) |
| None | pivotCurveTime (self, float arg1) |
| bool | stretch (self) |
| None | stretch (self, bool arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| BendContoursAlongCurveParams | operator (*args, **kwargs) |
| BendContoursAlongCurveParams | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_curve = 16 |
| typing | _offsetof_extrusion = 52 |
| typing | _offsetof_pivotBoxPoint = 4 |
| typing | _offsetof_pivotCurveTime = 0 |
| typing | _offsetof_stretch = 48 |
Generated from: MR::BendContoursAlongCurveParams Parameters for aligning 2d contours along given curve
|
static |
| None mrmeshpy.BendContoursAlongCurveParams.__init__ | ( | self | ) |
| None mrmeshpy.BendContoursAlongCurveParams.__init__ | ( | self, | |
| BendContoursAlongCurveParams | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.BendContoursAlongCurveParams.__init__ | ( | self, | |
| float | pivotCurveTime, | ||
| Vector2f | pivotBoxPoint, | ||
| func_CurvePoint_from_float | curve, | ||
| bool | stretch, | ||
| float | extrusion ) |
Implicit aggregate constructor.
| func_CurvePoint_from_float mrmeshpy.BendContoursAlongCurveParams.curve | ( | self | ) |
converts (x in [0,1], pivotY) into position on curve
| None mrmeshpy.BendContoursAlongCurveParams.curve | ( | self, | |
| func_CurvePoint_from_float | arg1 ) |
| float mrmeshpy.BendContoursAlongCurveParams.extrusion | ( | self | ) |
Contours extrusion outside of curve level
| None mrmeshpy.BendContoursAlongCurveParams.extrusion | ( | self, | |
| float | arg1 ) |
|
static |
|
static |
| Vector2f mrmeshpy.BendContoursAlongCurveParams.pivotBoxPoint | ( | self | ) |
Position of the curve(pivotCurveTime) in the contours' bounding box: (0, 0) - bottom left, (0, 1) - bottom right, (0.5, 0.5) - center, (1, 1) - top right
| None mrmeshpy.BendContoursAlongCurveParams.pivotBoxPoint | ( | self, | |
| Vector2f | arg1 ) |
| float mrmeshpy.BendContoursAlongCurveParams.pivotCurveTime | ( | self | ) |
Position on the curve, where bounding box's pivot point is mapped
| None mrmeshpy.BendContoursAlongCurveParams.pivotCurveTime | ( | self, | |
| float | arg1 ) |
| bool mrmeshpy.BendContoursAlongCurveParams.stretch | ( | self | ) |
stretch all contours along curve to fit in unit curve range
| None mrmeshpy.BendContoursAlongCurveParams.stretch | ( | self, | |
| bool | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |