VehicleGraphics2DWaypointMarker#

class ansys.stk.core.stkobjects.VehicleGraphics2DWaypointMarker#

Display options for waypoint and turn markers in the 2D Graphics window.

Overview#

show_waypoint_markers

Opt whether to display a marker in the 2D Graphics window at each waypoint along the vehicle’s route.

show_turn_markers

If a turn radius is specified for the waypoint, opt whether to display tic marks at the beginning and end of the turn, together with a mark representing the center point of the turn.

waypoint_markers

Get the collection of waypoint markers.

Import detail#

from ansys.stk.core.stkobjects import VehicleGraphics2DWaypointMarker

Property detail#

property VehicleGraphics2DWaypointMarker.show_waypoint_markers: bool#

Opt whether to display a marker in the 2D Graphics window at each waypoint along the vehicle’s route.

property VehicleGraphics2DWaypointMarker.show_turn_markers: bool#

If a turn radius is specified for the waypoint, opt whether to display tic marks at the beginning and end of the turn, together with a mark representing the center point of the turn.

property VehicleGraphics2DWaypointMarker.waypoint_markers: VehicleGraphics2DWaypointMarkersCollection#

Get the collection of waypoint markers.