ISceneContributorCollection#
- class ansys.stk.core.stkrfchannelmodeler.ISceneContributorCollection#
Represents a collection of scene contributors.
Overview#
Given an index, returns the element in the collection. |
|
Remove the scene contributor with the supplied index. |
|
Remove the supplied scene contributor from the collection. |
|
Add and returns a new scene contributor. |
|
Clear all scene contributors from the collection. |
|
Check to see if a given scene contributor exists in the collection. |
Import detail#
from ansys.stk.core.stkrfchannelmodeler import ISceneContributorCollection
Property detail#
- property ISceneContributorCollection._new_enum: EnumeratorProxy#
Return an enumerator for the collection.
Method detail#
- ISceneContributorCollection.item(self, index: int) SceneContributor #
Given an index, returns the element in the collection.
- Parameters:
index :
int
- Returns:
SceneContributor
- ISceneContributorCollection.remove_at(self, index: int) None #
Remove the scene contributor with the supplied index.
- ISceneContributorCollection.remove(self, stk_object_path: str) None #
Remove the supplied scene contributor from the collection.
- ISceneContributorCollection.add_new(self, stk_object_path: str) SceneContributor #
Add and returns a new scene contributor.
- Parameters:
stk_object_path :
str
- Returns:
SceneContributor