ScatteringPointProviderCollection#
- class ansys.stk.core.stkobjects.ScatteringPointProviderCollection#
Class defining an scattering point provider collection.
Overview#
Given an index, returns the scattering point provider element in the collection. |
|
Remove the scattering point provider element with the specified index. |
|
Insert a new scattering point provider element at the supplied index, configured with a component with the supplied identifier. |
|
Add a new default scattering point provider element to the collection. |
|
Clear all scattering point provider elements from the collection. |
Import detail#
from ansys.stk.core.stkobjects import ScatteringPointProviderCollection
Property detail#
- property ScatteringPointProviderCollection.count: int#
Return the number of scattering point provider elements in the collection.
- property ScatteringPointProviderCollection._new_enum: EnumeratorProxy#
Return an enumerator for the collection.
Method detail#
- ScatteringPointProviderCollection.item(self, index: int) ScatteringPointProviderCollectionElement #
Given an index, returns the scattering point provider element in the collection.
- Parameters:
index :
int
- Returns:
ScatteringPointProviderCollectionElement
- ScatteringPointProviderCollection.remove_at(self, index: int) None #
Remove the scattering point provider element with the specified index.
- ScatteringPointProviderCollection.insert_at(self, index: int) ScatteringPointProviderCollectionElement #
Insert a new scattering point provider element at the supplied index, configured with a component with the supplied identifier.
- Parameters:
index :
int
- Returns:
ScatteringPointProviderCollectionElement
- ScatteringPointProviderCollection.add(self) ScatteringPointProviderCollectionElement #
Add a new default scattering point provider element to the collection.
- Returns:
ScatteringPointProviderCollectionElement