Extend Entity
entity_extendExtend a line entity to meet a boundary line. Automatically selects the nearest endpoint unless coordinates are provided.
Instructions
Extend target to meet boundary. If end_x/end_y is None, the target
endpoint nearest the boundary is auto-selected.
V1 supports LINE+LINE only. Raises if the lines are parallel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_x | No | X of a point near the endpoint to extend (None = auto) | |
| end_y | No | Y of a point near the endpoint to extend (None = auto) | |
| target_handle | Yes | Handle of the line being extended | |
| boundary_handle | Yes | Handle of the boundary line |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||