move_body
Move or rotate 3D bodies in Fusion 360 by specifying XYZ translation or axis rotation, enabling precise positioning and orientation adjustments.
Instructions
Move or rotate one or more bodies. Translate by XYZ offset or rotate around an axis.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body_names | Yes | Array of body names to move. | |
| mode | Yes | Transform mode: 'translate' or 'rotate'. | |
| x | No | Translation X in mm (translate mode). | |
| y | No | Translation Y in mm (translate mode). | |
| z | No | Translation Z in mm (translate mode). | |
| axis | No | Rotation axis: 'X', 'Y', or 'Z' (rotate mode). | |
| angle | No | Rotation angle in degrees (rotate mode). | |
| create_copy | No | If true, create a moved copy instead of moving the original. |