Fillet Two Entities
entity_filletRound a corner between two lines with a tangent arc. Supports radius and trim options to create fillets or sharp corners.
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 | |||