catia_gsd_circle
Create circles or arcs in CATIA using center-radius, center-point, or three-point modes, with support plane and radius specifications.
Instructions
Create a circle or arc. Modes: 'center_radius' needs a centre point, a support plane and a radius; 'center_point' passes through a point; 'three_points'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | center_radius | center_point | three_points. | center_radius |
| name | No | Name for the circle. | |
| center | No | Centre point reference token. | |
| geoset | No | Target geometrical set. | |
| points | No | Three point reference tokens for three_points mode. | |
| radius | No | Radius in mm. | |
| support | No | Support plane or surface reference token. | xy |
| through_point | No | Point the circle passes through (center_point mode). |