catia_fillet
Round edges with a constant radius using reference tokens that persist through model changes. Select edges by index, nearest point, or face token, and automatically follow tangent-continuous chains.
Instructions
Round one or more edges with a constant radius. Edges are named with reference tokens - 'edge#4' by index, or 'edge@20,0,10' to pick the edge nearest a point, which survives later model changes. Tangent-continuous edges are followed by default so a single token usually rounds a whole chain.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Name for the resulting feature. | |
| edges | Yes | Reference tokens of the edges to round, e.g. ['edge#3','edge@0,0,20']. A face token rounds every edge of that face. | |
| radius | No | Fillet radius in mm. | |
| propagate_tangency | No | Continue the fillet across tangent-continuous edges. |