VehicleGraphics2DWaypointMarkersElement#

class ansys.stk.core.stkobjects.VehicleGraphics2DWaypointMarkersElement#

2D Graphics properties of element of waypoint collection.

Overview#

time

Time of the waypoint. Uses DateFormat Dimension.

show_graphics

Opt whether to show the waypoint.

show_label

Opt whether to display a label for the waypoint.

label

Content of the waypoint label.

use_vehicle_color

Opt whether to set the waypoint color to the color of the vehicle.

color

Color of the waypoint marker.

marker_style

Style of the waypoint marker.

Import detail#

from ansys.stk.core.stkobjects import VehicleGraphics2DWaypointMarkersElement

Property detail#

property VehicleGraphics2DWaypointMarkersElement.time: Any#

Time of the waypoint. Uses DateFormat Dimension.

property VehicleGraphics2DWaypointMarkersElement.show_graphics: bool#

Opt whether to show the waypoint.

property VehicleGraphics2DWaypointMarkersElement.show_label: bool#

Opt whether to display a label for the waypoint.

property VehicleGraphics2DWaypointMarkersElement.label: str#

Content of the waypoint label.

property VehicleGraphics2DWaypointMarkersElement.use_vehicle_color: bool#

Opt whether to set the waypoint color to the color of the vehicle.

property VehicleGraphics2DWaypointMarkersElement.color: Color#

Color of the waypoint marker.

property VehicleGraphics2DWaypointMarkersElement.marker_style: str#

Style of the waypoint marker.