PathCollection#
- class ansys.stk.core.stkobjects.PathCollection#
Allow adding and removing of paths.
Overview#
Add a new element to the collection. Must be the full path to the file. |
|
Given an index, returns an element in the collection. |
|
Remove an element from the collection given a filename. |
|
Remove all elements from the collection. |
|
Remove an element from the collection using specified index. |
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.add(self, filename: str) None #
Add a new element to the collection. Must be the full path to the file.