Graphics3DModelTransformationCollection#
- class ansys.stk.core.stkobjects.Graphics3DModelTransformationCollection#
Collection of available transformations in a model.
Overview#
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.
Method detail#
- Graphics3DModelTransformationCollection.item(self, index: int) Graphics3DModelTransformation #
Return a model transformation by name or at a specified position.
- Parameters:
index :
int
- Returns:
Graphics3DModelTransformation