Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| TextMeshAlignParams | operator (*args, **kwargs) |
| TextMeshAlignParams | operator (*args, **kwargs) |
| Static Public Member Functions inherited from mrmeshpy.SymbolMeshParams | |
| None | __init__ (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_direction = 116 |
| typing | _offsetof_fontBasedSizeCalc = 148 |
| typing | _offsetof_fontHeight = 136 |
| typing | _offsetof_pivotPoint = 108 |
| typing | _offsetof_startPoint = 96 |
| typing | _offsetof_surfaceOffset = 140 |
| typing | _offsetof_textMaximumMovement = 144 |
| typing | _offsetof_textNormal = 128 |
| Static Protected Attributes inherited from mrmeshpy.SymbolMeshParams | |
| typing | _offsetof_align = 48 |
| typing | _offsetof_fontDetalization = 32 |
| typing | _offsetof_pathToFontFile = 56 |
| typing | _offsetof_symbolsDistanceAdditionalOffset = 36 |
| typing | _offsetof_symbolsThicknessOffsetModifier = 44 |
| typing | _offsetof_text = 0 |
Additional Inherited Members | |
| Static Public Attributes inherited from mrmeshpy.SymbolMeshParams | |
| typing | MaxGeneratedFontHeight = 5.826000213623047 |
Generated from: MR::TextMeshAlignParams
|
static |
| None mrmeshpy.TextMeshAlignParams.__init__ | ( | self | ) |
| None mrmeshpy.TextMeshAlignParams.__init__ | ( | self, | |
| TextMeshAlignParams | arg0 ) |
Implicit copy constructor.
| Vector3f mrmeshpy.TextMeshAlignParams.direction | ( | self | ) |
Direction of text, must be not zero
| None mrmeshpy.TextMeshAlignParams.direction | ( | self, | |
| Vector3f | arg1 ) |
| bool mrmeshpy.TextMeshAlignParams.fontBasedSizeCalc | ( | self | ) |
If true then size of each symbol will be calculated from font height, otherwise - on bounding box of the text
| None mrmeshpy.TextMeshAlignParams.fontBasedSizeCalc | ( | self, | |
| bool | arg1 ) |
| float mrmeshpy.TextMeshAlignParams.fontHeight | ( | self | ) |
Font height, meters
| None mrmeshpy.TextMeshAlignParams.fontHeight | ( | self, | |
| float | arg1 ) |
|
static |
Reimplemented from mrmeshpy.SymbolMeshParams.
|
static |
Reimplemented from mrmeshpy.SymbolMeshParams.
| Vector2f mrmeshpy.TextMeshAlignParams.pivotPoint | ( | self | ) |
Position of the startPoint in a text bounding box (0, 0) - bottom left, (0, 1) - bottom right, (0.5, 0.5) - center, (1, 1) - top right
| None mrmeshpy.TextMeshAlignParams.pivotPoint | ( | self, | |
| Vector2f | arg1 ) |
| MeshTriPoint mrmeshpy.TextMeshAlignParams.startPoint | ( | self | ) |
Position on mesh, where text's pivot point is mapped
| None mrmeshpy.TextMeshAlignParams.startPoint | ( | self, | |
| MeshTriPoint | arg1 ) |
| float mrmeshpy.TextMeshAlignParams.surfaceOffset | ( | self | ) |
Text mesh inside and outside offset of input mesh
| None mrmeshpy.TextMeshAlignParams.surfaceOffset | ( | self, | |
| float | arg1 ) |
| float mrmeshpy.TextMeshAlignParams.textMaximumMovement | ( | self | ) |
Maximum possible movement of text mesh alignment, meters
| None mrmeshpy.TextMeshAlignParams.textMaximumMovement | ( | self, | |
| float | arg1 ) |
| Vector3f mrmeshpy.TextMeshAlignParams.textNormal | ( | self | ) |
Text normal to surface, if nullptr - use mesh normal at `startPoint`
| None mrmeshpy.TextMeshAlignParams.textNormal | ( | self, | |
| Vector3f | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |