MTOGraphics#

class ansys.stk.core.stkobjects.MTOGraphics#

MTO 2D Graphics.

Overview#

tracks

Get the collection of MTO 2D graphics properties.

default_track

Get the default track 2D graphics.

global_track_options

Get the 2D graphics global settings.

show_graphics

Specify whether graphics attributes of the MTO are visible.

Import detail#

from ansys.stk.core.stkobjects import MTOGraphics

Property detail#

property MTOGraphics.tracks: MTOGraphics2DTrackCollection#

Get the collection of MTO 2D graphics properties.

property MTOGraphics.default_track: MTODefaultGraphics2DTrack#

Get the default track 2D graphics.

property MTOGraphics.global_track_options: MTOGraphics2DGlobalTrackOptions#

Get the 2D graphics global settings.

property MTOGraphics.show_graphics: bool#

Specify whether graphics attributes of the MTO are visible.