VehicleGraphics3DTrajectory =========================== .. py:class:: ansys.stk.core.stkobjects.VehicleGraphics3DTrajectory LaunchVehicleGraphics3DTrajectory Class. .. py:currentmodule:: VehicleGraphics3DTrajectory Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics3DTrajectory.track_data` - Get the leading/trailing ground track and trajectory data. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics3DTrajectory.tick_marks` - Get the tick mark data. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import VehicleGraphics3DTrajectory Property detail --------------- .. py:property:: track_data :canonical: ansys.stk.core.stkobjects.VehicleGraphics3DTrajectory.track_data :type: VehicleGraphics3DTrajectoryTrackData Get the leading/trailing ground track and trajectory data. .. py:property:: tick_marks :canonical: ansys.stk.core.stkobjects.VehicleGraphics3DTrajectory.tick_marks :type: VehicleGraphics3DTrajectoryTickMarks Get the tick mark data.