Graphics3DModelArticulation#
- class ansys.stk.core.stkobjects.Graphics3DModelArticulation#
Class defining 3D model articulations.
Overview#
Get the available articulations. |
|
Get the available transformations. |
|
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. |
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. |
|
Interface to specify articulation file. |
|
Specify the level of detail (LOD) for defining articulations, where 0 is the finest level of detail and 1 is the coarsest model. |
|
Save articulation file associated with the model when the object is saved. |
|
Use the articulation from the specified file. |
|
Set Model Color to facility color if color articulation exists. |
Import detail#
from ansys.stk.core.stkobjects import Graphics3DModelArticulation
Property detail#
- property Graphics3DModelArticulation.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 Graphics3DModelArticulation.graphics_3d_articulation_file: Graphics3DArticulationFile#
Interface to specify articulation file.
- property Graphics3DModelArticulation.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.
- property Graphics3DModelArticulation.save_articulation_file_on_save: bool#
Save articulation file associated with the model when the object is saved.
Method detail#
- Graphics3DModelArticulation.get_available_articulations(self, level_of_detail: int) list #
Get the available articulations.
- Graphics3DModelArticulation.get_available_transformations(self, level_of_detail: int, artic_name: str) Graphics3DModelTransformationCollection #
Get the available transformations.
- Graphics3DModelArticulation.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.