| Construction Line (and Ray) | _Home_ |
| Function | Meaning |
|---|---|
| lcBlockAddXline | By base point and a direction angle |
| lcBlockAddXline2P | By base point and second point |
| Property | Type | Access | Meaning |
|---|---|---|---|
| LC_PROP_ENT_... Base class properties | |||
| LC_PROP_XLINE_X0 | float | RW | Base point X |
| LC_PROP_XLINE_Y0 | float | RW | Base point Y |
| LC_PROP_XLINE_ANG | float | RW | Direction angle |
| LC_PROP_XLINE_DIRX | float | R | Direction vector X |
| LC_PROP_XLINE_DIRY | float | R | Direction vector Y |
| LC_PROP_XLINE_RAY | bool | RW | Ray mode |
| Function | Meaning |
|---|---|
| lcXlinePutDir | Sets a direction of a construction line |