VehicleGraphics2DAttributesRoute ================================ .. py:class:: ansys.stk.core.stkobjects.VehicleGraphics2DAttributesRoute Bases: :py:class:`~ansys.stk.core.stkobjects.IVehicleGraphics2DAttributesBasic`, :py:class:`~ansys.stk.core.stkobjects.IVehicleGraphics2DAttributes` 2D Graphics attributes for aircraft, ships and ground vehicles. .. py:currentmodule:: VehicleGraphics2DAttributesRoute Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics2DAttributesRoute.show_route` - Opt whether to show the vehicle's route. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics2DAttributesRoute.show_route_marker` - Opt whether to show the vehicle's route marker. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics2DAttributesRoute.pick_string` - String displayed after instance name when the vehicle line is picked in 2D or 3D. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import VehicleGraphics2DAttributesRoute Property detail --------------- .. py:property:: show_route :canonical: ansys.stk.core.stkobjects.VehicleGraphics2DAttributesRoute.show_route :type: bool Opt whether to show the vehicle's route. .. py:property:: show_route_marker :canonical: ansys.stk.core.stkobjects.VehicleGraphics2DAttributesRoute.show_route_marker :type: bool Opt whether to show the vehicle's route marker. .. py:property:: pick_string :canonical: ansys.stk.core.stkobjects.VehicleGraphics2DAttributesRoute.pick_string :type: str String displayed after instance name when the vehicle line is picked in 2D or 3D.