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