revolve
Create 3D solid bodies by rotating sketch profiles around an axis in Fusion 360. Specify revolution angle, axis, and boolean operations to generate models.
Instructions
Revolve a sketch profile around an axis to create a solid body.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sketch_index | No | Index of the sketch (0-based). Uses last sketch if not specified. | |
| profile_index | No | Index of the profile (0-based). | |
| axis | No | Revolution axis: 'X', 'Y', 'Z', or a sketch line index like 'line:0'. | X |
| angle | No | Revolution angle in degrees. Use 360 for full revolution. | |
| operation | No | Boolean operation: 'new_body', 'join', 'cut', 'intersect'. | new_body |