MTOGraphics3DModel#

class ansys.stk.core.stkobjects.MTOGraphics3DModel#

MTO track model options.

Overview#

show_graphics

Opt whether to use a model to represent the track in the 3D Graphics window.

filename

Get or set the name of the track model file.

scale_value

Get or set the exponential scaling value for the track model.

initial_bearing

Get or set the initial bearing of the model, relative to north. Uses Angle Dimension.

z_points_nadir

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).

articulation

Configures the model articulations.

file_path

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.filename: str#

Get or set the name of the track model file.

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.

property MTOGraphics3DModel.file_path: str#

Get the full path and file name of the track model file.