VehicleGraphics2DTimeComponentsEventElement#

class ansys.stk.core.stkobjects.VehicleGraphics2DTimeComponentsEventElement#

Bases: IVehicleGraphics2DTimeComponentsElement

Provide properties to configure the vehicle’s appearance in 2D and 3D views. The interface is used with all types of event components except for the event interval collections.

Overview#

get_time_component

Return an instance of a time component which provides the time intervals to control the appearance and visibility of the graphics path. The method may throw an exception if the component is invalid.

attributes

Return the 2D attributes used to configure the appearance of ground tracks, orbits, etc. in 2D and 3D views.

Import detail#

from ansys.stk.core.stkobjects import VehicleGraphics2DTimeComponentsEventElement

Property detail#

property VehicleGraphics2DTimeComponentsEventElement.attributes: IVehicleGraphics2DAttributesBasic#

Return the 2D attributes used to configure the appearance of ground tracks, orbits, etc. in 2D and 3D views.

Method detail#

VehicleGraphics2DTimeComponentsEventElement.get_time_component(self) IAnalysisWorkbenchComponent#

Return an instance of a time component which provides the time intervals to control the appearance and visibility of the graphics path. The method may throw an exception if the component is invalid.

Returns:

IAnalysisWorkbenchComponent