ChemicalTank.TankOrientZ Property

Top 

Description

This property has been Deprecated. Please use the TankOrientation vector property instead.

 

The Z-component of 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. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

 

Attributes

Type:

number

Access:

read/write

Default Value:

1.0

 

Syntax

myVariable1 = myChemicalTank1.TankOrientZ;

 

myChemicalTank1.TankOrientZ = myVariable1;

 

See also

ChemicalTank Object

Tanks Guide