VehicleGraphics2DTrajectoryResolution#

class ansys.stk.core.stkobjects.VehicleGraphics2DTrajectoryResolution#

Ground track and trajectory resolution for launch vehicles and missiles in terms of ephemeris steps.

Overview#

ground_track

Ground track resolution in terms of the ephemeris step. Uses Time Dimension.

trajectory

Trajectory resolution in terms of the ephemeris step. Uses Time Dimension.

minimum_ground_track

Minimum ground track resolution defined in terms of the ephemeris step. Uses Time Dimension.

minimum_trajectory

Minimum trajectory resolution defined in terms of the ephemeris step. Uses Time Dimension.

Import detail#

from ansys.stk.core.stkobjects import VehicleGraphics2DTrajectoryResolution

Property detail#

property VehicleGraphics2DTrajectoryResolution.ground_track: float#

Ground track resolution in terms of the ephemeris step. Uses Time Dimension.

property VehicleGraphics2DTrajectoryResolution.trajectory: float#

Trajectory resolution in terms of the ephemeris step. Uses Time Dimension.

property VehicleGraphics2DTrajectoryResolution.minimum_ground_track: float#

Minimum ground track resolution defined in terms of the ephemeris step. Uses Time Dimension.

property VehicleGraphics2DTrajectoryResolution.minimum_trajectory: float#

Minimum trajectory resolution defined in terms of the ephemeris step. Uses Time Dimension.