nx_sketch_arc
Add an arc to an NX sketch by specifying center, radius, and optional start/end angles.
Instructions
Add an arc (center, radius, start/end degrees) to an explicit sketch reference.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| center | Yes | ||
| radius | Yes | ||
| end_angle | No | ||
| sketch_id | Yes | ||
| start_angle | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object | Yes | ||
| status | No | success | |
| message | No |