PickResultCollection#
- class ansys.stk.core.graphics.PickResultCollection#
A collection of picked objects.
Overview#
Import detail#
from ansys.stk.core.graphics import PickResultCollection
Property detail#
- property PickResultCollection._new_enum: EnumeratorProxy#
Return an enumerator that iterates through the collection.
Method detail#
- PickResultCollection.item(self, index: int) PickResult #
Return a picked object at the specified position in the collection.
- Parameters:
index :
int
- Returns:
PickResult