VehicleInertia ============== .. py:class:: ansys.stk.core.stkobjects.VehicleInertia Satellite inertia matrix parameters. .. py:currentmodule:: VehicleInertia Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.VehicleInertia.ixx` - Moment of Inertia about the X body axis. Uses MomentOfInertia Dimension. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleInertia.iyy` - Moment of Inertia about the Y body axis. Uses MomentOfInertia Dimension. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleInertia.izz` - Moment of Inertia about the Z body axis. Uses MomentOfInertia Dimension. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleInertia.ixy` - Product of Inertia between the X and Y body axes. Uses MomentOfInertia Dimension. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleInertia.ixz` - Product of Inertia between the X and Z body axes. Uses MomentOfInertia Dimension. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleInertia.iyz` - Product of Inertia between the Y and Z body axes. Uses MomentOfInertia Dimension. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import VehicleInertia Property detail --------------- .. py:property:: ixx :canonical: ansys.stk.core.stkobjects.VehicleInertia.ixx :type: float Moment of Inertia about the X body axis. Uses MomentOfInertia Dimension. .. py:property:: iyy :canonical: ansys.stk.core.stkobjects.VehicleInertia.iyy :type: float Moment of Inertia about the Y body axis. Uses MomentOfInertia Dimension. .. py:property:: izz :canonical: ansys.stk.core.stkobjects.VehicleInertia.izz :type: float Moment of Inertia about the Z body axis. Uses MomentOfInertia Dimension. .. py:property:: ixy :canonical: ansys.stk.core.stkobjects.VehicleInertia.ixy :type: float Product of Inertia between the X and Y body axes. Uses MomentOfInertia Dimension. .. py:property:: ixz :canonical: ansys.stk.core.stkobjects.VehicleInertia.ixz :type: float Product of Inertia between the X and Z body axes. Uses MomentOfInertia Dimension. .. py:property:: iyz :canonical: ansys.stk.core.stkobjects.VehicleInertia.iyz :type: float Product of Inertia between the Y and Z body axes. Uses MomentOfInertia Dimension.