SceneCollection#

class ansys.stk.core.graphics.SceneCollection#

A collection of scenes.

Overview#

item

Return a scene in the collection at a specified index.

count

Total number of scenes in the collection.

_new_enum

Return an enumerator that iterates through the collection.

Import detail#

from ansys.stk.core.graphics import SceneCollection

Property detail#

property SceneCollection.count: int#

Total number of scenes in the collection.

property SceneCollection._new_enum: EnumeratorProxy#

Return an enumerator that iterates through the collection.

Method detail#

SceneCollection.item(self, index: int) Scene#

Return a scene in the collection at a specified index.

Parameters:

index : int

Returns:

Scene