Fillet Two Entities
entity_filletCreate a fillet (rounded corner) between two line entities by specifying handles and radius. Returns the resulting arc entity, or merges corner when radius is zero.
Instructions
Round a corner with a tangent arc. Returns info on the new ARC entity (or the first source line for radius=0). V1 supports LINE+LINE only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trim | No | If true, trim source entities to the tangent points (AutoCAD default) | |
| radius | Yes | Fillet radius (>= 0; 0 = sharp corner / corner-merge) | |
| handle1 | Yes | First entity handle | |
| handle2 | Yes | Second entity handle |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||