VehicleGraphics2DRouteResolution ================================ .. py:class:: ansys.stk.core.stkobjects.VehicleGraphics2DRouteResolution Route resolution for great arc vehicles defined in terms of ephemeris steps. .. py:currentmodule:: VehicleGraphics2DRouteResolution Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics2DRouteResolution.route` - Route resolution in terms of the ephemeris step. Uses Time Dimension. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics2DRouteResolution.minimum_route` - Minimum route resolution in terms of the ephemeris step. Uses Time Dimension. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import VehicleGraphics2DRouteResolution Property detail --------------- .. py:property:: route :canonical: ansys.stk.core.stkobjects.VehicleGraphics2DRouteResolution.route :type: float Route resolution in terms of the ephemeris step. Uses Time Dimension. .. py:property:: minimum_route :canonical: ansys.stk.core.stkobjects.VehicleGraphics2DRouteResolution.minimum_route :type: float Minimum route resolution in terms of the ephemeris step. Uses Time Dimension.