Construction: XLine (infinite reference)
construction_xlineCreates an infinite construction line on the CONSTRUCTION layer based on a base point and angle. Use as temporary scaffolding and clear with construction_clear() before finalizing.
Instructions
Create an infinite construction line on the CONSTRUCTION layer.
Use as scaffolding; call construction_clear() before finalize.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | Base point X | |
| y | Yes | Base point Y | |
| layer | No | Layer for the construction line | CONSTRUCTION |
| angle_deg | Yes | Angle in degrees (0=horizontal, 90=vertical) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||