VehicleGraphics3DTrajectoryTickMarks ==================================== .. py:class:: ansys.stk.core.stkobjects.VehicleGraphics3DTrajectoryTickMarks Tick mark data for launch vehicles and missiles. .. py:currentmodule:: VehicleGraphics3DTrajectoryTickMarks Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics3DTrajectoryTickMarks.time_between_ticks` - Time between tick marks: the time elapsed between each milestone indicated by a tick mark along the vehicle's path. Uses Time Dimension. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics3DTrajectoryTickMarks.ground_track` - Get the ground track tick marks. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics3DTrajectoryTickMarks.trajectory` - Get the trajectory tick marks. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import VehicleGraphics3DTrajectoryTickMarks Property detail --------------- .. py:property:: time_between_ticks :canonical: ansys.stk.core.stkobjects.VehicleGraphics3DTrajectoryTickMarks.time_between_ticks :type: float Time between tick marks: the time elapsed between each milestone indicated by a tick mark along the vehicle's path. Uses Time Dimension. .. py:property:: ground_track :canonical: ansys.stk.core.stkobjects.VehicleGraphics3DTrajectoryTickMarks.ground_track :type: VehicleGraphics3DPathTickMarks Get the ground track tick marks. .. py:property:: trajectory :canonical: ansys.stk.core.stkobjects.VehicleGraphics3DTrajectoryTickMarks.trajectory :type: VehicleGraphics3DPathTickMarks Get the trajectory tick marks.