Graphics3DModelTransformationCollection#

class ansys.stk.core.stkobjects.Graphics3DModelTransformationCollection#

Collection of available transformations in a model.

Overview#

item

Return a model transformation by name or at a specified position.

count

Return a number of elements in the collection.

_new_enum

Enumerates the elements in the collection.

name

Name of the Model Transformation.

Import detail#

from ansys.stk.core.stkobjects import Graphics3DModelTransformationCollection

Property detail#

property Graphics3DModelTransformationCollection.count: int#

Return a number of elements in the collection.

property Graphics3DModelTransformationCollection._new_enum: EnumeratorProxy#

Enumerates the elements in the collection.

property Graphics3DModelTransformationCollection.name: str#

Name of the Model Transformation.

Method detail#

Graphics3DModelTransformationCollection.item(self, index: int) Graphics3DModelTransformation#

Return a model transformation by name or at a specified position.

Parameters:

index : int

Returns:

Graphics3DModelTransformation