Boundary from Entities
boundary_from_entitiesCreate a single closed polyline from a set of unordered 2D entities by chaining their handles, with error details for any gaps.
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 | |||