VehicleGraphics3DTrajectoryTickMarks#

class ansys.stk.core.stkobjects.VehicleGraphics3DTrajectoryTickMarks#

Tick mark data for launch vehicles and missiles.

Overview#

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.

ground_track

Get the ground track tick marks.

trajectory

Get the trajectory tick marks.

Import detail#

from ansys.stk.core.stkobjects import VehicleGraphics3DTrajectoryTickMarks

Property detail#

property VehicleGraphics3DTrajectoryTickMarks.time_between_ticks: float#

Time between tick marks: the time elapsed between each milestone indicated by a tick mark along the vehicle’s path. Uses Time Dimension.

property VehicleGraphics3DTrajectoryTickMarks.ground_track: VehicleGraphics3DPathTickMarks#

Get the ground track tick marks.

property VehicleGraphics3DTrajectoryTickMarks.trajectory: VehicleGraphics3DPathTickMarks#

Get the trajectory tick marks.