VehicleGraphics3DIntervalsCollection#
- class ansys.stk.core.stkobjects.VehicleGraphics3DIntervalsCollection#
List of Intervals.
Overview#
Add a new element to the collection. Start/Stop use DateFormat Dimension. |
|
Given an index, returns an element in the collection. |
|
Remove all elements from the collection. |
|
Remove an element from the collection using specified index. |
Import detail#
from ansys.stk.core.stkobjects import VehicleGraphics3DIntervalsCollection
Property detail#
- property VehicleGraphics3DIntervalsCollection._new_enum: EnumeratorProxy#
Return an enumerator that can iterate through the collection.
Method detail#
- VehicleGraphics3DIntervalsCollection.add(self, start: Any, stop: Any) VehicleGraphics3DIntervalsElement #
Add a new element to the collection. Start/Stop use DateFormat Dimension.
- VehicleGraphics3DIntervalsCollection.item(self, index: int) VehicleGraphics3DIntervalsElement #
Given an index, returns an element in the collection.
- Parameters:
index :
int
- Returns:
VehicleGraphics3DIntervalsElement