VehicleGraphics3DTrajectoryTrackData ==================================== .. py:class:: ansys.stk.core.stkobjects.VehicleGraphics3DTrajectoryTrackData 3D leading/trailing track data for launch vehicles and missiles. .. py:currentmodule:: VehicleGraphics3DTrajectoryTrackData Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics3DTrajectoryTrackData.inherit_from_2d` - Opt whether to inherit the 3D leading/trailing track data from 2D graphics. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics3DTrajectoryTrackData.pass_data` - Get the 3D leading/trailing track data. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import VehicleGraphics3DTrajectoryTrackData Property detail --------------- .. py:property:: inherit_from_2d :canonical: ansys.stk.core.stkobjects.VehicleGraphics3DTrajectoryTrackData.inherit_from_2d :type: bool Opt whether to inherit the 3D leading/trailing track data from 2D graphics. .. py:property:: pass_data :canonical: ansys.stk.core.stkobjects.VehicleGraphics3DTrajectoryTrackData.pass_data :type: VehicleGraphics3DTrajectoryPassData Get the 3D leading/trailing track data.