VehicleGraphics3DOrbitTickMarks#

class ansys.stk.core.stkobjects.VehicleGraphics3DOrbitTickMarks#

Tick mark for satellites.

Overview#

time_between_ticks

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

ground_track

Get the ground track tick marks.

orbit

Get the orbit track tick marks.

Import detail#

from ansys.stk.core.stkobjects import VehicleGraphics3DOrbitTickMarks

Property detail#

property VehicleGraphics3DOrbitTickMarks.time_between_ticks: float#

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

property VehicleGraphics3DOrbitTickMarks.ground_track: VehicleGraphics3DPathTickMarks#

Get the ground track tick marks.

property VehicleGraphics3DOrbitTickMarks.orbit: VehicleGraphics3DPathTickMarks#

Get the orbit track tick marks.