VehicleGraphics3DWaypointMarkersElement#

class ansys.stk.core.stkobjects.VehicleGraphics3DWaypointMarkersElement#

3D waypoint.

Overview#

set_image_file

Set a file name of the image used for the waypoint.

is_transparent

Opt whether to use the color of the lower left pixel of the image as the transparent color if an image file is being used.

marker_filename

Get or set the path and file name of the image used for the waypoint.

marker_type

Get the marker type of the waypoint.

pixel_size

Get or set the pixel size of the waypoint marker. Dimensionless.

shape

Get or set the shape of the waypoint marker.

time

Get the time of the waypoint.

Import detail#

from ansys.stk.core.stkobjects import VehicleGraphics3DWaypointMarkersElement

Property detail#

property VehicleGraphics3DWaypointMarkersElement.is_transparent: bool#

Opt whether to use the color of the lower left pixel of the image as the transparent color if an image file is being used.

property VehicleGraphics3DWaypointMarkersElement.marker_filename: str#

Get or set the path and file name of the image used for the waypoint.

property VehicleGraphics3DWaypointMarkersElement.marker_type: RouteGraphics3DMarkerType#

Get the marker type of the waypoint.

property VehicleGraphics3DWaypointMarkersElement.pixel_size: int#

Get or set the pixel size of the waypoint marker. Dimensionless.

property VehicleGraphics3DWaypointMarkersElement.shape: MarkerShape3d#

Get or set the shape of the waypoint marker.

property VehicleGraphics3DWaypointMarkersElement.time: Any#

Get the time of the waypoint.

Method detail#

VehicleGraphics3DWaypointMarkersElement.set_image_file(self, marker_file: str) None#

Set a file name of the image used for the waypoint.

Parameters:

marker_file : str

Returns:

None