Defines a 2D sector.
struct Sy_LinType { long item_Len; unsigned char item_Typ; char drwIndex; short sy_pen; short sy_layer; short pattern; long sy_inIndex; Coord begC; Coord endC; long filler_1; long filler_2; };
Members
- item_Len
- The length of the data record = sizeof(Sy_LinType).
- item_Typ
- Constant SyLine.
- drwIndex
- Index in drawing order or 0.
- sy_pen
- Pen (color and line thickness) information or 0 if deleted.
- sy_layer
- The number of the fragment (layer) this element belongs to (Ranges 1 – 16).
- pattern
- The lineType info.
- sy_inIndex
- Use in VirtSy line index.
- begC
- The starting point in the model (in meters).
- endC
- The ending point in the model (in meters).
- filler_1
- Reserved, should be 0.
- filler_2
- Reserved, should be 0.
Remarks
This line can be consist of a lot of simple lines if it has a very complex line type.
Requirements
- Version: API 10.0 or later, ModelerGraphics 8 or later
- Header: Symb2D.h