MTOGraphics2DTrack#

class ansys.stk.core.stkobjects.MTOGraphics2DTrack#

2D graphics attributes for each track in the MTO.

Overview#

color

Select the color in which the track will be displayed.

fade_times

Get the fade times data.

identifier

Get the identification number of the track. Dimensionless.

label_color

Select the color in which the track label will be displayed.

lead_trail_times

Get the lead/trail times data.

line

Get the display properties for the track line.

marker

Get the display properties for the track marker.

range_contours

Get the MTO’s 2D range contour graphics.

show_graphics

Opt whether the track will be displayed.

show_label

Opt whether the track label will be displayed.

Import detail#

from ansys.stk.core.stkobjects import MTOGraphics2DTrack

Property detail#

property MTOGraphics2DTrack.color: Color#

Select the color in which the track will be displayed.

property MTOGraphics2DTrack.fade_times: MTOGraphics2DFadeTimes#

Get the fade times data.

property MTOGraphics2DTrack.identifier: int#

Get the identification number of the track. Dimensionless.

property MTOGraphics2DTrack.label_color: Color#

Select the color in which the track label will be displayed.

property MTOGraphics2DTrack.lead_trail_times: MTOGraphics2DLeadTrailTimes#

Get the lead/trail times data.

property MTOGraphics2DTrack.line: MTOGraphics2DLine#

Get the display properties for the track line.

property MTOGraphics2DTrack.marker: MTOGraphics2DMarker#

Get the display properties for the track marker.

property MTOGraphics2DTrack.range_contours: Graphics2DRangeContours#

Get the MTO’s 2D range contour graphics.

property MTOGraphics2DTrack.show_graphics: bool#

Opt whether the track will be displayed.

property MTOGraphics2DTrack.show_label: bool#

Opt whether the track label will be displayed.