MTODefaultGraphics2DTrack#

class ansys.stk.core.stkobjects.MTODefaultGraphics2DTrack#

2D graphics attributes for default MTO tracks.

Overview#

color

Select the color in which the track will be displayed.

fade_times

Get the fade times data.

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 MTODefaultGraphics2DTrack

Property detail#

property MTODefaultGraphics2DTrack.color: Color#

Select the color in which the track will be displayed.

property MTODefaultGraphics2DTrack.fade_times: MTOGraphics2DFadeTimes#

Get the fade times data.

property MTODefaultGraphics2DTrack.label_color: Color#

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

property MTODefaultGraphics2DTrack.lead_trail_times: MTOGraphics2DLeadTrailTimes#

Get the lead/trail times data.

property MTODefaultGraphics2DTrack.line: MTOGraphics2DLine#

Get the display properties for the track line.

property MTODefaultGraphics2DTrack.marker: MTOGraphics2DMarker#

Get the display properties for the track marker.

property MTODefaultGraphics2DTrack.range_contours: Graphics2DRangeContours#

Get the MTO’s 2D range contour graphics.

property MTODefaultGraphics2DTrack.show_graphics: bool#

Opt whether the track will be displayed.

property MTODefaultGraphics2DTrack.show_label: bool#

Opt whether the track label will be displayed.