CoverageRegionFilesCollection#
- class ansys.stk.core.stkobjects.CoverageRegionFilesCollection#
Collection of Region Files.
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 given a filename. |
Import detail#
from ansys.stk.core.stkobjects import CoverageRegionFilesCollection
Property detail#
- property CoverageRegionFilesCollection._new_enum: EnumeratorProxy#
Return an enumerator that can iterate through the collection.
Method detail#
- CoverageRegionFilesCollection.item(self, index: int) str #
Given an index, returns an element in the collection.
- CoverageRegionFilesCollection.remove_at(self, index: int) None #
Remove an element from the collection using specified index.
- CoverageRegionFilesCollection.remove_all(self) None #
Remove all elements from the collection.
- Returns: