VehicleGraphics2DAttributesRoute#

class ansys.stk.core.stkobjects.VehicleGraphics2DAttributesRoute#

Bases: IVehicleGraphics2DAttributesBasic, IVehicleGraphics2DAttributes

2D Graphics attributes for aircraft, ships and ground vehicles.

Overview#

show_route

Opt whether to show the vehicle’s route.

show_route_marker

Opt whether to show the vehicle’s route marker.

pick_string

String displayed after instance name when the vehicle line is picked in 2D or 3D.

Import detail#

from ansys.stk.core.stkobjects import VehicleGraphics2DAttributesRoute

Property detail#

property VehicleGraphics2DAttributesRoute.show_route: bool#

Opt whether to show the vehicle’s route.

property VehicleGraphics2DAttributesRoute.show_route_marker: bool#

Opt whether to show the vehicle’s route marker.

property VehicleGraphics2DAttributesRoute.pick_string: str#

String displayed after instance name when the vehicle line is picked in 2D or 3D.