IGraphics3DModel#

class ansys.stk.core.stkobjects.IGraphics3DModel#

IGraphics3DModel used to access the 3D model attributes.

Overview#

visible

Display one or several models in the 3D Graphics window.

scale_value

Specify the absolute scaling value for the object. The model scale is an exponential scale. Dimensionless.

detail_threshold

Get the detail threshold attributes.

model_data

Get the model data property.

model_type

Get or set the model type property. A member of the ModelType enumeration.

articulation

Articulation property.

Import detail#

from ansys.stk.core.stkobjects import IGraphics3DModel

Property detail#

property IGraphics3DModel.visible: bool#

Display one or several models in the 3D Graphics window.

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.