PathCollection#
- class ansys.stk.core.stkobjects.PathCollection#
Allow adding and removing of paths.
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. Must be the full path to the file. |
|
Remove an element from the collection given a filename. |
Import detail#
from ansys.stk.core.stkobjects import PathCollection
Property detail#
- property PathCollection._new_enum: EnumeratorProxy#
Return an enumerator that can iterate through the collection.
Method detail#
- PathCollection.remove_at(self, index: int) None #
Remove an element from the collection using specified index.