VehicleGraphics2DAttributesAccess#
- class ansys.stk.core.stkobjects.VehicleGraphics2DAttributesAccess#
Bases:
IVehicleGraphics2DAttributes
,IVehicleGraphics2DAttributesDisplayState
Vehicle 2D Graphics display based on access intervals.
Overview#
Return the collection of objects used for the access. |
|
Return the collection of gfx attributes used during the access. |
|
Return the collection of gfx attributes used when there is no access. |
Import detail#
from ansys.stk.core.stkobjects import VehicleGraphics2DAttributesAccess
Property detail#
- property VehicleGraphics2DAttributesAccess.access_objects: ObjectLinkCollection#
Return the collection of objects used for the access.
- property VehicleGraphics2DAttributesAccess.during_access: IVehicleGraphics2DAttributesBasic#
Return the collection of gfx attributes used during the access.
- property VehicleGraphics2DAttributesAccess.no_access: IVehicleGraphics2DAttributesBasic#
Return the collection of gfx attributes used when there is no access.