Fillet Two Entities
entity_filletRounds a corner between two line entities by inserting a tangent arc with a specified radius, trimming sources to tangent points; set radius to 0 for a sharp corner merge.
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 | |||