create_revolve
Build a 3D revolve from a sketch by rotating it around an axis. Define angle, operation type, and axis to update the parametric model.
Instructions
Create a revolve feature by rotating a sketch around an axis
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| axis | No | Axis of revolution | Y |
| name | No | Revolve name | Revolve |
| angle | No | Revolve angle in degrees | |
| elementId | Yes | Part Studio element ID | |
| documentId | Yes | Document ID | |
| workspaceId | Yes | Workspace ID | |
| operationType | No | Revolve operation type | NEW |
| sketchFeatureId | Yes | ID of sketch to revolve |