MTOGraphics3DModelArticulation#
- class ansys.stk.core.stkobjects.MTOGraphics3DModelArticulation#
Class defining MTO model articulations.
Overview#
Get the Transformation Value given the LOD (level of detail), articulation name and the transformation name. |
|
Set the Transformation Value given the LOD and articulation name. |
|
Get the available articulations. |
|
Get the available transformations. |
Save the articulation value as the default for all future sessions using this model. The articulation value is saved with the object and not with the model or articulation files. |
|
Specify the level of detail (LOD) for defining articulations, where 0 is the finest level of detail and 1 is the coarsest model. |
|
Read the articulation file when MTO object is loaded. |
|
Save the articulations to the articulation file when MTO object is saved. |
Import detail#
from ansys.stk.core.stkobjects import MTOGraphics3DModelArticulation
Property detail#
- property MTOGraphics3DModelArticulation.enable_default_save: bool#
Save the articulation value as the default for all future sessions using this model. The articulation value is saved with the object and not with the model or articulation files.
- property MTOGraphics3DModelArticulation.level_of_detail_count: int#
Specify the level of detail (LOD) for defining articulations, where 0 is the finest level of detail and 1 is the coarsest model.
Method detail#
- MTOGraphics3DModelArticulation.get_transformation_value(self, level_of_detail: int, articulation: str, trans: str) float #
Get the Transformation Value given the LOD (level of detail), articulation name and the transformation name.
- MTOGraphics3DModelArticulation.set_transformation_value(self, level_of_detail: int, articulation: str, trans: str, transformation_value: float) None #
Set the Transformation Value given the LOD and articulation name.