CoverageAreaTargetsCollection#
- class ansys.stk.core.stkobjects.CoverageAreaTargetsCollection#
Collection of Area Targets.
Overview#
Add a new element to the collection. |
|
Given an index, returns an element in the collection. |
|
Remove an element from the collection given a Target name. |
|
Remove all elements from the collection. |
|
Remove an element from the collection using specified index. |
Return an enumerator that can iterate through the collection. |
|
Get the available area targets. |
|
Return the number of elements in a collection. |
Import detail#
from ansys.stk.core.stkobjects import CoverageAreaTargetsCollection
Property detail#
- property CoverageAreaTargetsCollection._new_enum: EnumeratorProxy#
Return an enumerator that can iterate through the collection.
Method detail#
- CoverageAreaTargetsCollection.add(self, target_name: str) None #
Add a new element to the collection.
- CoverageAreaTargetsCollection.item(self, index: int) str #
Given an index, returns an element in the collection.
- CoverageAreaTargetsCollection.remove(self, target_name: str) None #
Remove an element from the collection given a Target name.