ScatteringPointCollection#

class ansys.stk.core.stkobjects.ScatteringPointCollection#

Class defining a collection of scattering points.

Overview#

item

Given an index, returns the element in the collection.

count

Return the number of elements in the collection.

_new_enum

Return an enumerator for the collection.

Import detail#

from ansys.stk.core.stkobjects import ScatteringPointCollection

Property detail#

property ScatteringPointCollection.count: int#

Return the number of elements in the collection.

property ScatteringPointCollection._new_enum: EnumeratorProxy#

Return an enumerator for the collection.

Method detail#

ScatteringPointCollection.item(self, index: int) ScatteringPointCollectionElement#

Given an index, returns the element in the collection.

Parameters:

index : int

Returns:

ScatteringPointCollectionElement