move_object
Move and rotate a FreeCAD object to a new position or orientation without altering its other properties. Provide the object name and optional absolute position and rotation.
Instructions
Reposition an object without touching its other properties.
Args: name: object Name or Label. position: absolute [x, y, z] in mm. Omit to keep the current position. rotation: degrees about Z, or {"Axis": [x,y,z], "Angle": deg}, or {"Yaw":.., "Pitch":.., "Roll":..}. Omit to keep the current rotation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| document | No | ||
| position | No | ||
| rotation | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||