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