VehicleGraphics3DOrbitTrackData =============================== .. py:class:: ansys.stk.core.stkobjects.VehicleGraphics3DOrbitTrackData 3D leading/trailing track data for satellites. .. py:currentmodule:: VehicleGraphics3DOrbitTrackData Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics3DOrbitTrackData.inherit_from_2d` - Opt whether to inherit the 3D leading/trailing track data from 2D graphics. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics3DOrbitTrackData.pass_data` - Get the 3D leading/trailing track data. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import VehicleGraphics3DOrbitTrackData Property detail --------------- .. py:property:: inherit_from_2d :canonical: ansys.stk.core.stkobjects.VehicleGraphics3DOrbitTrackData.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.VehicleGraphics3DOrbitTrackData.pass_data :type: VehicleGraphics3DOrbitPassData Get the 3D leading/trailing track data.