How to add your knowledge
Sketch Text <IvSketchText>
Table of contents
- 1. Synopsis
- 2. Mixins
- 3. Parameters
Synopsis
IvSketchText adds text to a drawing sketch.
Mixins
IvSketchTextModifier
Text
BasePart
Most of the rules in the IvSketchText design actually come from the Text mixin. This mixin provides many different ways to specify the location for the text.
Parameters
| Name | Type | Description |
|---|
| sketch | part | Drawing sketch that the text should be placed in. Defaults to Parent. |
| layer | string | Specifies the layer style to use for the sketch text. Defaults to empty string, and uses the "By Standard" style. |
| center | point | Origin of the text to be placed, in sheet coordinates. |
| text | string | Text to be placed in the sketch. The text can contain embedded formatting override tags, as described in the IvGeneralNote design. |
Comments