CoverageEllipseCollection#
- class ansys.stk.core.stkobjects.CoverageEllipseCollection#
Collection of elliptical areas of interest.
Overview#
Given an index, returns an element in the collection. |
|
Add a new ellipse centered on a Place, Facility, or Target object. |
|
Remove an element from the collection using specified index. |
|
Remove all elements from the collection. |
Import detail#
from ansys.stk.core.stkobjects import CoverageEllipseCollection
Property detail#
- property CoverageEllipseCollection._new_enum: EnumeratorProxy#
Return an enumerator that can iterate through the collection.
Method detail#
- CoverageEllipseCollection.item(self, index: int) CoverageEllipse #
Given an index, returns an element in the collection.
- Parameters:
index :
int
- Returns:
CoverageEllipse
- CoverageEllipseCollection.add(self, center_object_name: str) CoverageEllipse #
Add a new ellipse centered on a Place, Facility, or Target object.
- Parameters:
center_object_name :
str
- Returns:
CoverageEllipse