Vehicle.EulerSequence Property

Top 

Description

Axes of rotation that the EulerAngles are around.

 

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 integer (size = 3)

Access:

read/write

Default Value:

{ 3, 1, 2 }

 

Syntax

myVariable1 = myVehicle1.EulerSequence[0];

 

myVehicle1.EulerSequence[0] = myVariable1;

 

See also

Vehicle Object