ModelArticulation#
- class ansys.stk.core.graphics.ModelArticulation#
A model articulation identifies geometry on the model and is a collection of transformations that can be applied to that geometry.
Overview#
Get the transformation at the given index. The index is zero-based. |
|
Get a transformation by name. |
|
Get a transformation by name. |
|
Return true if the collection contains the transformation. |
Import detail#
from ansys.stk.core.graphics import ModelArticulation
Property detail#
- property ModelArticulation._new_enum: EnumeratorProxy#
Return the enumerator for this collection.
Method detail#
- ModelArticulation.item(self, index: int) ModelTransformation #
Get the transformation at the given index. The index is zero-based.
- Parameters:
index :
int
- Returns:
ModelTransformation
- ModelArticulation.get_item_by_string(self, name: str) ModelTransformation #
Get a transformation by name.
- Parameters:
name :
str
- Returns:
ModelTransformation
- ModelArticulation.get_by_name(self, name: str) ModelTransformation #
Get a transformation by name.
- Parameters:
name :
str
- Returns:
ModelTransformation