VehicleEllipseDataCollection#
- class ansys.stk.core.stkobjects.VehicleEllipseDataCollection#
Ellipse Data Collection.
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. |
Import detail#
from ansys.stk.core.stkobjects import VehicleEllipseDataCollection
Property detail#
- property VehicleEllipseDataCollection._new_enum: EnumeratorProxy#
Return an enumerator that can iterate through the collection.
Method detail#
- VehicleEllipseDataCollection.item(self, index: int) VehicleEllipseDataElement #
Given an index, returns an element in the collection.
- Parameters:
index :
int
- Returns:
VehicleEllipseDataElement
- VehicleEllipseDataCollection.remove_at(self, index: int) None #
Remove an element from the collection using specified index.
- VehicleEllipseDataCollection.remove_all(self) None #
Remove all elements from the collection.
- Returns:
- VehicleEllipseDataCollection.add(self) VehicleEllipseDataElement #
Add a new element to the collection.
- Returns:
VehicleEllipseDataElement