MTOGraphics3DModel#
- class ansys.stk.core.stkobjects.MTOGraphics3DModel#
MTO track model options.
Overview#
Opt whether to use a model to represent the track in the 3D Graphics window. |
|
Get or set the name of the track model file. |
|
Get or set the exponential scaling value for the track model. |
|
Get or set the initial bearing of the model, relative to north. Uses Angle Dimension. |
|
Opt whether to have the Z axis point to nadir (to orient it as an aircraft) or not (to orient it as a surface vehicle). |
|
Configures the model articulations. |
|
Get the full path and file name of the track model file. |
Import detail#
from ansys.stk.core.stkobjects import MTOGraphics3DModel
Property detail#
- property MTOGraphics3DModel.show_graphics: bool#
Opt whether to use a model to represent the track in the 3D Graphics window.
- property MTOGraphics3DModel.scale_value: float#
Get or set the exponential scaling value for the track model.
- property MTOGraphics3DModel.initial_bearing: float#
Get or set the initial bearing of the model, relative to north. Uses Angle Dimension.
- property MTOGraphics3DModel.z_points_nadir: bool#
Opt whether to have the Z axis point to nadir (to orient it as an aircraft) or not (to orient it as a surface vehicle).
- property MTOGraphics3DModel.articulation: MTOGraphics3DModelArticulation#
Configures the model articulations.