VehicleGraphics2DTimeEventsElement#

class ansys.stk.core.stkobjects.VehicleGraphics2DTimeEventsElement#

2D Graphics time event.

Overview#

set_time_event_type

Type of time event graphics: line, marker or text.

is_time_event_type_supported

Get a value indicating whether the specified type can be used.

show_graphics

Opt whether to display time event graphics.

time_event_type

Type of time event graphics: line, marker or text.

time_event_type_supported_types

Return an array of valid choices.

time_event_type_data

Time event data.

Import detail#

from ansys.stk.core.stkobjects import VehicleGraphics2DTimeEventsElement

Property detail#

property VehicleGraphics2DTimeEventsElement.show_graphics: bool#

Opt whether to display time event graphics.

property VehicleGraphics2DTimeEventsElement.time_event_type: VehicleGraphics2DTimeEventType#

Type of time event graphics: line, marker or text.

property VehicleGraphics2DTimeEventsElement.time_event_type_supported_types: list#

Return an array of valid choices.

property VehicleGraphics2DTimeEventsElement.time_event_type_data: IVehicleGraphics2DTimeEventType#

Time event data.

Method detail#

VehicleGraphics2DTimeEventsElement.set_time_event_type(self, time_event_type: VehicleGraphics2DTimeEventType) None#

Type of time event graphics: line, marker or text.

Parameters:

time_event_type : VehicleGraphics2DTimeEventType

Returns:

None

VehicleGraphics2DTimeEventsElement.is_time_event_type_supported(self, time_event_type: VehicleGraphics2DTimeEventType) bool#

Get a value indicating whether the specified type can be used.

Parameters:

time_event_type : VehicleGraphics2DTimeEventType

Returns:

bool