IvSketchText adds text to a drawing sketch.
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.
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 . |