nx_revolve
Revolve a closed sketch section around a 2D axis to create a new solid. Specify axis start/end and sweep angle up to 360 degrees.
Instructions
Revolve a closed sketch section around an in-sketch 2D axis.
Creates a new solid only (no unite/subtract). axis_start and
axis_end are sketch XY coordinates defining the revolution axis;
angle is the sweep angle in degrees (0 < angle <= 360).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| angle | No | ||
| reverse | No | ||
| axis_end | Yes | ||
| sketch_id | Yes | ||
| axis_start | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object | Yes | ||
| status | No | success | |
| message | No |