VehicleGraphics2DTrajectoryResolution ===================================== .. py:class:: ansys.stk.core.stkobjects.VehicleGraphics2DTrajectoryResolution Ground track and trajectory resolution for launch vehicles and missiles in terms of ephemeris steps. .. py:currentmodule:: VehicleGraphics2DTrajectoryResolution Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics2DTrajectoryResolution.ground_track` - Ground track resolution in terms of the ephemeris step. Uses Time Dimension. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics2DTrajectoryResolution.trajectory` - Trajectory resolution in terms of the ephemeris step. Uses Time Dimension. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics2DTrajectoryResolution.minimum_ground_track` - Minimum ground track resolution defined in terms of the ephemeris step. Uses Time Dimension. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics2DTrajectoryResolution.minimum_trajectory` - Minimum trajectory resolution defined in terms of the ephemeris step. Uses Time Dimension. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import VehicleGraphics2DTrajectoryResolution Property detail --------------- .. py:property:: ground_track :canonical: ansys.stk.core.stkobjects.VehicleGraphics2DTrajectoryResolution.ground_track :type: float Ground track resolution in terms of the ephemeris step. Uses Time Dimension. .. py:property:: trajectory :canonical: ansys.stk.core.stkobjects.VehicleGraphics2DTrajectoryResolution.trajectory :type: float Trajectory resolution in terms of the ephemeris step. Uses Time Dimension. .. py:property:: minimum_ground_track :canonical: ansys.stk.core.stkobjects.VehicleGraphics2DTrajectoryResolution.minimum_ground_track :type: float Minimum ground track resolution defined in terms of the ephemeris step. Uses Time Dimension. .. py:property:: minimum_trajectory :canonical: ansys.stk.core.stkobjects.VehicleGraphics2DTrajectoryResolution.minimum_trajectory :type: float Minimum trajectory resolution defined in terms of the ephemeris step. Uses Time Dimension.