rotate_by_name
Rotate a 3D body around a specified axis by a given angle, with custom pivot point.
Instructions
FreeCAD tool: rotate_by_name
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body_name | No | Body name | |
| axis | No | x|y|z | z |
| angle | No | Angle (deg) | |
| cx | No | Pivot X | |
| cy | No | Pivot Y | |
| cz | No | Pivot Z |