catia_move_component
Relocate a component in an assembly by applying translation and rotation offsets, or set absolute mode to place it at a specified position and orientation.
Instructions
Move a component in the assembly. By default the translation and rotation are applied relative to where it is now; set absolute=true to place it at exactly that position and orientation instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | X translation in mm. | |
| y | No | Y translation in mm. | |
| z | No | Z translation in mm. | |
| rx | No | Rotation about X in degrees. | |
| ry | No | Rotation about Y in degrees. | |
| rz | No | Rotation about Z in degrees. | |
| absolute | No | Treat the values as an absolute placement. | |
| instance_name | Yes | Instance name of the component. |