IVehicleGraphics2DTimeComponentsElement#

class ansys.stk.core.stkobjects.IVehicleGraphics2DTimeComponentsElement#

Provide properties to configure the vehicle’s appearance in 2D and 3D views.

Overview#

increase_priority

Increase the time component’s rendering priority.

decrease_priority

Decrease the time component’s rendering priority.

set_highest_priority

Set the highest time component’s rendering priority.

set_lowest_priority

Set the lowest time component’s rendering priority.

qualified_path

A fully qualified path of a time component.

priority

Priority indicates the order of a time component when resolving the overlapping intervals during rendering.

Import detail#

from ansys.stk.core.stkobjects import IVehicleGraphics2DTimeComponentsElement

Property detail#

property IVehicleGraphics2DTimeComponentsElement.qualified_path: str#

A fully qualified path of a time component.

property IVehicleGraphics2DTimeComponentsElement.priority: int#

Priority indicates the order of a time component when resolving the overlapping intervals during rendering.

Method detail#

IVehicleGraphics2DTimeComponentsElement.increase_priority(self) None#

Increase the time component’s rendering priority.

Returns:

None

IVehicleGraphics2DTimeComponentsElement.decrease_priority(self) None#

Decrease the time component’s rendering priority.

Returns:

None

IVehicleGraphics2DTimeComponentsElement.set_highest_priority(self) None#

Set the highest time component’s rendering priority.

Returns:

None

IVehicleGraphics2DTimeComponentsElement.set_lowest_priority(self) None#

Set the lowest time component’s rendering priority.

Returns:

None