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