Graphics3DPointableElementsCollection#
- class ansys.stk.core.stkobjects.Graphics3DPointableElementsCollection#
List of Pointable Elements.
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. |
|
Re-orders pointable elements. |
Import detail#
from ansys.stk.core.stkobjects import Graphics3DPointableElementsCollection
Property detail#
- property Graphics3DPointableElementsCollection.count: int#
Return the number of elements in a collection.
- property Graphics3DPointableElementsCollection._new_enum: EnumeratorProxy#
Return an enumerator that can iterate through the collection.
Method detail#
- Graphics3DPointableElementsCollection.item(self, index: int) Graphics3DPointableElementsElement #
Given an index, returns an element in the collection.
- Parameters:
index :
int
- Returns:
Graphics3DPointableElementsElement
- Graphics3DPointableElementsCollection.remove_at(self, index: int) None #
Remove an element from the collection using specified index.
- Graphics3DPointableElementsCollection.remove_all(self) None #
Remove all elements from the collection.
- Returns:
- Graphics3DPointableElementsCollection.add(self) Graphics3DPointableElementsElement #
Add a new element to the collection.
- Returns:
Graphics3DPointableElementsElement