Vehicle.SetFixedPosition(Array) Method

Top 

Description

Sets the Vehicle's position components (X, Y, Z) referenced to the Body Fixed coordinate system of its central body.

 

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.

 

Method Signature

Vehicle.SetFixedPosition(

Array position)

 

 

Arguments

position


Description:

The position components (X, Y, Z) referenced to the Body Fixed coordinate system of the calling object's central body.

Required Size:

3

 

 

 

Syntax

myVehicle1.SetFixedPosition(myArray1);

 

 

See also

Vehicle Object