xml-text
This is a composite builder that construct a text geometry.
If required, the xml-text builder can be used as a non-composite xml-text builder; in this case, in addition to the data parameters below, you will also need to use the data parameters for an xml-point. If used as a composite builder, it must be given an existing geometry (in fact, this is the preferred way of using the xml-text builder). In other words, another geometry must be activated and deactivated before the xml-text is deactivated.
builder type: composite
geometry constructed: point, or depends on builder
data parameters:
Data Name |
Value |
Required/ |
---|---|---|
text-string |
The string containing text for the text geometry Range: String |
Required |
text-rotation |
The orientation of the text in decimal degrees Default: String representing a real number |
Required |
text-size |
The size of the text Range: String representing a positive integer. |
Required |
name |
Specifies the geometry’s name. Range: String |
Optional |