Tank.TankOrientation Property

Top 

Description

The unit vector in the Spacecraft body coordinate system that defines the primary axis (or z-axis) of the tank. The tank's fill line is oriented perpendicular to this axis. The tank's center of gravity is determined based on this fill line orientation, the tank reference location, tank volume, fuel mass, and fuel density.

 

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 = 3)

Access:

read/write

Default Value:

{ 0, 0, 1 }

 

Syntax

myVariable1 = myTank1.TankOrientation[0];

 

myTank1.TankOrientation[0] = myVariable1;

 

See also

Tank Object

Tanks Guide