Extend Entity
entity_extendExtend a line to meet a boundary line. Automatically picks the nearest endpoint and supports line-to-line extension, with error handling for parallel lines.
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 | |||