ThreeDModel.OrientationOffset Property

Top 

Description

The attitude quaternion vector that defines the orientation of the ThreeDModel with respect to the the Body Coordinate System of the owner object.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Attributes

Type:

Array of number (size = 4)

Access:

read/write

Default Value:

{ 0, 0, 0, 1 }

Valid Range:

-1 ≤ ThreeDModel.OrientationOffset ≤ 1

 

Syntax

myVariable1 = myThreeDModel1.OrientationOffset[0];

 

myThreeDModel1.OrientationOffset[0] = myVariable1;

 

See also

ThreeDModel Object

Vehicle 3D Models Guide