PickResultCollection#

class ansys.stk.core.graphics.PickResultCollection#

A collection of picked objects.

Overview#

item

Return a picked object at the specified position in the collection.

count

A total number of elements in the collection.

_new_enum

Return an enumerator that iterates through the collection.

Import detail#

from ansys.stk.core.graphics import PickResultCollection

Property detail#

property PickResultCollection.count: int#

A total number of elements in the collection.

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