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