VehicleGroundEllipsesCollection#
- class ansys.stk.core.stkobjects.VehicleGroundEllipsesCollection#
List of Ground Ellipses.
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. |
|
Remove an element from the collection using the Ellipse Set name. |
|
Get an element from the collection using the Ellipse Set name. |
Import detail#
from ansys.stk.core.stkobjects import VehicleGroundEllipsesCollection
Property detail#
- property VehicleGroundEllipsesCollection._new_enum: EnumeratorProxy#
Return an enumerator that can iterate through the collection.
Method detail#
- VehicleGroundEllipsesCollection.item(self, index: int) VehicleGroundEllipseElement #
Given an index, returns an element in the collection.
- Parameters:
index :
int
- Returns:
VehicleGroundEllipseElement
- VehicleGroundEllipsesCollection.remove_at(self, index: int) None #
Remove an element from the collection using specified index.
- VehicleGroundEllipsesCollection.remove_all(self) None #
Remove all elements from the collection.
- Returns:
- VehicleGroundEllipsesCollection.add(self, name: str) VehicleGroundEllipseElement #
Add a new element to the collection.
- Parameters:
name :
str
- Returns:
VehicleGroundEllipseElement
- VehicleGroundEllipsesCollection.remove_ellipse_set(self, ellipse_set_name: str) None #
Remove an element from the collection using the Ellipse Set name.
- VehicleGroundEllipsesCollection.get_ellipse_set(self, ellipse_set_name: str) VehicleGroundEllipseElement #
Get an element from the collection using the Ellipse Set name.
- Parameters:
ellipse_set_name :
str
- Returns:
VehicleGroundEllipseElement