Boundary from Entities
boundary_from_entitiesConverts unordered 2D entities into one closed polyline by arranging them in chain order. Rejects open chains and identifies the missing connection coordinates.
Instructions
Chain the given entities into one closed polyline.
The handles may arrive in any order — putting them in chain order is the tool's job. A chain that does not close is refused, and the error names the coordinates of the gap.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| handles | Yes | Handles of the 2D entities that form the loop. | |
| tolerance | No | Gap tolerance for joining endpoints. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||