GroundVehicle.SetFixedPosition(Array) Method

Top 

Description

Sets the GroundVehicle'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

GroundVehicle.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

myGroundVehicle1.SetFixedPosition(myArray1);

 

 

See also

GroundVehicle Object