Defines the first corner point of the rectangle that will contain the text.
cornerPoint |
Base |
Specifies the location of one of the corner points of the rectangle that will contain the text. This can be a Point3D object, with a Z component of zero, to define any arbitrary location on the X-Y plane of the sketch or it can be an existing SketchPoint that lies on the sketch X-Y plane. |
diagonalPoint |
Base |
Specifies the location of the diagonal point of the rectangle that will contain the text. This point cannot be aligned vertically or horizontally to the corner point but be a diagonal point to define a rectangle. This can be a Point3D object, with a Z component of zero, to define any arbitrary location on the X-Y plane of the sketch or it can be an existing SketchPoint that lies on the sketch X-Y plane and the sketch point will become the opposing corner point. |
horizontalAlignment |
HorizontalAlignments |
Specifies the horizontal alignment of the text with respect to the text rectangle. |
verticalAlignment |
VerticalAlignments |
Specifies the vertical alignment of the text with respect to the text rectangle. |
characterSpacing |
double |
The spacing between the characters. This is an additional spacing to apply that is defined as a percentage of the default spacing. A spacing of 0 indicates no additional spacing. A spacing of 50 indicates to use the default plus 50% of the default. |