Markings
- Last UpdatedDec 08, 2025
- 1 minute read
A group of marking lines be defined in a "MarkingGroup" element:

MarkingGroup attributes:
|
Length |
The length of the marking line(s). Length may also have the values "ProfileHeight" which indicates that the length of the marking line should match the profile height. |
|
Inclination |
The angle between the marking line(s) and the trace.Inclination may also have the values: Perp - The marking lines will be perpendicular to the profile trace line Plane - The marking lines will be in the plane given in the "Position" attribute Optional attribute, default value is "Perp". |
|
Text |
The marking text. |
|
Symmetric |
Indicates whether the marking lines should be on both sides of the shell profile. Possible values are "true" and "false" ("true" indicates both sides). Optional attribute, default value is "false". |
The marking lines can be positioned where a principal plane intersects the trace line. The Position element have one attribute which is "X", "Y" or Z":
|
X, Y or Z |
Positions for the marking lines. The string may contain multiple coordinate values separated with blank(s). Repetition terms may also be used. Examples: "FR10(5)FR100", "1000 2000 3000", "FR10+50 FR20()25 83000" |
|
Example: |
|
|
MarkingGroup Example |
|
|
<MarkingGroup Length="ProfileHeight" Inclination="Perp" Text="MARKING_TEXT" Symmetric="true"> <Position Z="4500 5500"/> </MarkingGroup> |
|