rotate_entity
Rotate any entity in a SketchUp model around a specified axis by a given angle. Define the axis with a point and direction vector.
Instructions
Rotate an entity around an axis by a given angle in degrees.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_id | Yes | ID of the entity to rotate | |
| axis_point | Yes | [x, y, z] point on the rotation axis | |
| axis_vector | Yes | [x, y, z] direction vector of rotation axis | |
| angle | Yes | Rotation angle in degrees |