Rotation
Define the rotation properties for these ISaVIEW objects: arrows, ellipses, rectangles, triangles, and lines. Use the rotation properties to define the rotation of the object when in animation mode. Define rotation properties in the
Properties
window. Also define the Center of Rotation
property within the workspace. These properties define the rotation of an object:Property | Description |
---|---|
Center of Rotation | Coordinates of the center of rotation for the object in reference to the top left corner of the object bounding box. |
Rotation Variable | Variable controlling the object rotation. Possible variable data types are DINT or STACKINT. Click ![]() |
Maximum Rotation | Maximum range of rotation of the object, in degrees. Possible values are positive or negative; The default value is 360 degrees. |
Minimum Rotation | Minimum range of rotation of the object, in degrees. Possible values are positive or negative; The default value is 0 degrees. |
Static Angle | Initial angle in reference to the right side of the base of the object. Possible values are 0 to 360. |
The final rotation of an object is defined as:
{[(Rotation Variable - Minimum Rotation) * 360]/(Maximum Rotation - Minimum Rotation)}%360
To define the rotation properties of an object
- Click
to set the
ISaVIEWscreen to design mode. - Select the required object or group of objects.
- In thePropertieswindow, define the required rotation properties.
Provide Feedback