VehicleGraphics3DPass ===================== .. py:class:: ansys.stk.core.stkobjects.VehicleGraphics3DPass 3D pass for satellites. .. py:currentmodule:: VehicleGraphics3DPass Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics3DPass.track_data` - Get the leading/trailing ground and orbit track data. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics3DPass.tick_marks` - Get the tick mark data. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import VehicleGraphics3DPass Property detail --------------- .. py:property:: track_data :canonical: ansys.stk.core.stkobjects.VehicleGraphics3DPass.track_data :type: VehicleGraphics3DOrbitTrackData Get the leading/trailing ground and orbit track data. .. py:property:: tick_marks :canonical: ansys.stk.core.stkobjects.VehicleGraphics3DPass.tick_marks :type: VehicleGraphics3DOrbitTickMarks Get the tick mark data.