VehicleGraphics2DTimeEventsElement#
- class ansys.stk.core.stkobjects.VehicleGraphics2DTimeEventsElement#
2D Graphics time event.
Overview#
Type of time event graphics: line, marker or text. |
|
Get a value indicating whether the specified type can be used. |
Opt whether to display time event graphics. |
|
Type of time event graphics: line, marker or text. |
|
Return an array of valid choices. |
|
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:
- 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: