VehicleInertia#
- class ansys.stk.core.stkobjects.VehicleInertia#
Satellite inertia matrix parameters.
Overview#
Moment of Inertia about the X body axis. Uses MomentOfInertia Dimension. |
|
Moment of Inertia about the Y body axis. Uses MomentOfInertia Dimension. |
|
Moment of Inertia about the Z body axis. Uses MomentOfInertia Dimension. |
|
Product of Inertia between the X and Y body axes. Uses MomentOfInertia Dimension. |
|
Product of Inertia between the X and Z body axes. Uses MomentOfInertia Dimension. |
|
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.