Chamfer Two Entities
entity_chamferChamfer two line entities to bevel a corner, specifying distances and trim options. Provides the resulting line's information.
Instructions
Bevel a corner with a chamfer line. Returns info on the new chamfer LINE. V1 supports LINE+LINE only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trim | No | If true, trim source entities to the tangent points (AutoCAD default) | |
| dist1 | Yes | Chamfer distance along first line | |
| dist2 | No | Chamfer distance along second line (None = symmetric, dist2=dist1) | |
| handle1 | Yes | First entity handle | |
| handle2 | Yes | Second entity handle |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||