Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, BendTextAlongCurveParams arg0) |
| None | __init__ (self, SymbolMeshParams symbolMesh, float pivotCurveTime, Vector2f pivotBoxPoint, float fontHeight, float surfaceOffset, bool fontBasedSizeCalc, bool stretch) |
| bool | fontBasedSizeCalc (self) |
| None | fontBasedSizeCalc (self, bool arg1) |
| float | fontHeight (self) |
| None | fontHeight (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) |
| float | surfaceOffset (self) |
| None | surfaceOffset (self, float arg1) |
| SymbolMeshParams | symbolMesh (self) |
| None | symbolMesh (self, SymbolMeshParams arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| BendTextAlongCurveParams | operator (*args, **kwargs) |
| BendTextAlongCurveParams | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_fontBasedSizeCalc = 116 |
| typing | _offsetof_fontHeight = 108 |
| typing | _offsetof_pivotBoxPoint = 100 |
| typing | _offsetof_pivotCurveTime = 96 |
| typing | _offsetof_stretch = 117 |
| typing | _offsetof_surfaceOffset = 112 |
| typing | _offsetof_symbolMesh = 0 |
Generated from: MR::BendTextAlongCurveParams
|
static |
| None mrmeshpy.BendTextAlongCurveParams.__init__ | ( | self | ) |
| None mrmeshpy.BendTextAlongCurveParams.__init__ | ( | self, | |
| BendTextAlongCurveParams | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.BendTextAlongCurveParams.__init__ | ( | self, | |
| SymbolMeshParams | symbolMesh, | ||
| float | pivotCurveTime, | ||
| Vector2f | pivotBoxPoint, | ||
| float | fontHeight, | ||
| float | surfaceOffset, | ||
| bool | fontBasedSizeCalc, | ||
| bool | stretch ) |
Implicit aggregate constructor.
| bool mrmeshpy.BendTextAlongCurveParams.fontBasedSizeCalc | ( | self | ) |
If true then size of each symbol will be calculated from font height, otherwise - on bounding box of the text
| None mrmeshpy.BendTextAlongCurveParams.fontBasedSizeCalc | ( | self, | |
| bool | arg1 ) |
| float mrmeshpy.BendTextAlongCurveParams.fontHeight | ( | self | ) |
Font height, meters
| None mrmeshpy.BendTextAlongCurveParams.fontHeight | ( | self, | |
| float | arg1 ) |
|
static |
|
static |
| Vector2f mrmeshpy.BendTextAlongCurveParams.pivotBoxPoint | ( | self | ) |
Position of the curve(pivotCurveTime) in the test' bounding box: (0, 0) - bottom left, (0, 1) - bottom right, (0.5, 0.5) - center, (1, 1) - top right
| None mrmeshpy.BendTextAlongCurveParams.pivotBoxPoint | ( | self, | |
| Vector2f | arg1 ) |
| float mrmeshpy.BendTextAlongCurveParams.pivotCurveTime | ( | self | ) |
Position on the curve, where bounding box's pivot point is mapped
| None mrmeshpy.BendTextAlongCurveParams.pivotCurveTime | ( | self, | |
| float | arg1 ) |
| bool mrmeshpy.BendTextAlongCurveParams.stretch | ( | self | ) |
stretch whole text along curve to fit in unit curve range
| None mrmeshpy.BendTextAlongCurveParams.stretch | ( | self, | |
| bool | arg1 ) |
| float mrmeshpy.BendTextAlongCurveParams.surfaceOffset | ( | self | ) |
Text mesh inside and outside offset of curve's surface
| None mrmeshpy.BendTextAlongCurveParams.surfaceOffset | ( | self, | |
| float | arg1 ) |
| SymbolMeshParams mrmeshpy.BendTextAlongCurveParams.symbolMesh | ( | self | ) |
parameters of contours to mesh conversion
| None mrmeshpy.BendTextAlongCurveParams.symbolMesh | ( | self, | |
| SymbolMeshParams | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |