VehicleGraphics2DAttributesTimeComponents ========================================= .. py:class:: ansys.stk.core.stkobjects.VehicleGraphics2DAttributesTimeComponents Bases: :py:class:`~ansys.stk.core.stkobjects.IVehicleGraphics2DAttributes`, :py:class:`~ansys.stk.core.stkobjects.IVehicleGraphics2DAttributesDisplayState` Allow configuring the 2D attributes using the time components. .. py:currentmodule:: VehicleGraphics2DAttributesTimeComponents Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics2DAttributesTimeComponents.default` - Default 2D attributes. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGraphics2DAttributesTimeComponents.time_components` - A collection of time components and their 2D attributes. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import VehicleGraphics2DAttributesTimeComponents Property detail --------------- .. py:property:: default :canonical: ansys.stk.core.stkobjects.VehicleGraphics2DAttributesTimeComponents.default :type: IVehicleGraphics2DAttributesBasic Default 2D attributes. .. py:property:: time_components :canonical: ansys.stk.core.stkobjects.VehicleGraphics2DAttributesTimeComponents.time_components :type: VehicleGraphics2DTimeComponentsCollection A collection of time components and their 2D attributes.