Line-family angle in degrees.
Following AutoCAD PAT conventions:
0 points along +X, and positive values rotate counterclockwise.
Dash pattern segment array in pattern units.
Rules:
0: dotAn empty array means a continuous solid line.
X component of the offset to the next parallel line, in pattern units.
Combined with deltaY to define the translation from one family line to the next.
Y component of the offset to the next parallel line, in pattern units.
Combined with deltaX to define the translation from one family line to the next.
Base origin X coordinate in pattern units.
Represents the X component of the first baseline start point.
Base origin Y coordinate in pattern units.
Represents the Y component of the first baseline start point.
Source line number in the original PAT text (1-based).
Useful for diagnostics and error tracing.
A single PAT line-family descriptor.
Matches the PAT syntax:
angle, x-origin, y-origin, delta-x, delta-y, dash-1, dash-2, ...