ScatteringPointCollection#
- class ansys.stk.core.stkobjects.ScatteringPointCollection#
Class defining a collection of scattering points.
Overview#
Import detail#
from ansys.stk.core.stkobjects import ScatteringPointCollection
Property detail#
- 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