DoublesCollection#
- class ansys.stk.core.stkutil.DoublesCollection#
A collection of doubles.
Overview#
Return a double at a specified position. |
|
Add a value to the collection of doubles. |
|
Remove an element from the collection at a specified position. |
|
Clear the collection. |
|
Return an array of the elements in the collection. |
|
Update an element in the collection at a specified position. |
Import detail#
from ansys.stk.core.stkutil import DoublesCollection
Property detail#
- property DoublesCollection._new_enum: EnumeratorProxy#
Return a collection enumerator.
Method detail#
- DoublesCollection.remove_at(self, index: int) None #
Remove an element from the collection at a specified position.