# Rotator

Hinge Point: The hitbox that is used as the hinge upon which the VO will rotate.\
Axis: The axis on which the rotation occurs.\
Min Angle: The minimum angle of the rotator.\
Max Angle: The maximum angle of the rotator.\
Initial Angle (Between Min and Max Angle): The specified angle that the rotator will start off in. Ex: Min 0 Max 720 Initial Angle 360 will cause the rotator to be able to be rotated 360 degrees in both positive and negative directions. If the initial angle was 0, the rotator would only be able to start rotating in the positive direction.&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.siminsights.com/authoring-a-simulation/inspector/grab-mechanics/rotator.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
