move_component
Move a CAD component by translation in millimeters and/or rotation around a specified axis and angle. Breaks ground-to-parent constraints and reports if the move was applied or overridden by joint solvers.
Instructions
Move an occurrence by translation (mm) and/or rotation (axis + angle deg).
rotation_origin_mm defaults to [0, 0, 0] (world origin) if omitted.
Breaks the occurrence's ground-to-parent flag if set (otherwise the move
silently reverts). Check moved and after_translation_mm in the
response; a joint solver can override the requested move.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| rotation_axis | No | ||
| translation_mm | No | ||
| rotation_angle_deg | No | ||
| rotation_origin_mm | No |