offset_surface
Generate offset copies of 3D model faces in Fusion 360 by specifying face indices and distance for new body creation or joining operations.
Instructions
Create an offset copy of one or more faces.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body_name | Yes | Name of the body containing the faces. | |
| face_indices | Yes | Array of face indices to offset. | |
| offset | Yes | Offset distance in mm. | |
| operation | No | Boolean operation: 'new_body', 'join'. | new_body |