VehicleGraphics3DOrbitPassData ============================== .. py:class:: ansys.stk.core.stkobjects.VehicleGraphics3DOrbitPassData Satellite 3D ground and orbit track data. .. py:currentmodule:: VehicleGraphics3DOrbitPassData Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics3DOrbitPassData.ground_track` - Get the 3D ground track data. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics3DOrbitPassData.orbit` - Get the 3D orbit track data. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import VehicleGraphics3DOrbitPassData Property detail --------------- .. py:property:: ground_track :canonical: ansys.stk.core.stkobjects.VehicleGraphics3DOrbitPassData.ground_track :type: VehicleGraphics3DLeadTrailData Get the 3D ground track data. .. py:property:: orbit :canonical: ansys.stk.core.stkobjects.VehicleGraphics3DOrbitPassData.orbit :type: VehicleGraphics3DLeadTrailData Get the 3D orbit track data.