VehicleGraphics3DOrbitTickMarks#
- class ansys.stk.core.stkobjects.VehicleGraphics3DOrbitTickMarks#
Tick mark for satellites.
Overview#
Time between tick marks: the time elapsed between each milestone indicated by a tick mark along the satelliteβs path. Uses Time Dimension. |
|
Get the ground track tick marks. |
|
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.