VehicleInertia#

class ansys.stk.core.stkobjects.VehicleInertia#

Satellite inertia matrix parameters.

Overview#

ixx

Moment of Inertia about the X body axis. Uses MomentOfInertia Dimension.

iyy

Moment of Inertia about the Y body axis. Uses MomentOfInertia Dimension.

izz

Moment of Inertia about the Z body axis. Uses MomentOfInertia Dimension.

ixy

Product of Inertia between the X and Y body axes. Uses MomentOfInertia Dimension.

ixz

Product of Inertia between the X and Z body axes. Uses MomentOfInertia Dimension.

iyz

Product of Inertia between the Y and Z body axes. Uses MomentOfInertia Dimension.

Import detail#

from ansys.stk.core.stkobjects import VehicleInertia

Property detail#

property VehicleInertia.ixx: float#

Moment of Inertia about the X body axis. Uses MomentOfInertia Dimension.

property VehicleInertia.iyy: float#

Moment of Inertia about the Y body axis. Uses MomentOfInertia Dimension.

property VehicleInertia.izz: float#

Moment of Inertia about the Z body axis. Uses MomentOfInertia Dimension.

property VehicleInertia.ixy: float#

Product of Inertia between the X and Y body axes. Uses MomentOfInertia Dimension.

property VehicleInertia.ixz: float#

Product of Inertia between the X and Z body axes. Uses MomentOfInertia Dimension.

property VehicleInertia.iyz: float#

Product of Inertia between the Y and Z body axes. Uses MomentOfInertia Dimension.