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