IGraphics3DModel#
- class ansys.stk.core.stkobjects.IGraphics3DModel#
IGraphics3DModel used to access the 3D model attributes.
Overview#
Display one or several models in the 3D Graphics window. |
|
Specify the absolute scaling value for the object. The model scale is an exponential scale. Dimensionless. |
|
Get the detail threshold attributes. |
|
Get the model data property. |
|
Get or set the model type property. A member of the ModelType enumeration. |
|
Articulation property. |
Import detail#
from ansys.stk.core.stkobjects import IGraphics3DModel
Property detail#
- property IGraphics3DModel.scale_value: float#
Specify the absolute scaling value for the object. The model scale is an exponential scale. Dimensionless.
- property IGraphics3DModel.detail_threshold: Graphics3DDetailThreshold#
Get the detail threshold attributes.
- property IGraphics3DModel.model_data: IGraphics3DModelData#
Get the model data property.
- property IGraphics3DModel.model_type: ModelType#
Get or set the model type property. A member of the ModelType enumeration.
- property IGraphics3DModel.articulation: Graphics3DModelArticulation#
Articulation property.