MTODefaultGraphics2DTrack#

class ansys.stk.core.stkobjects.MTODefaultGraphics2DTrack#

2D graphics attributes for default MTO tracks.

Overview#

show_graphics

Opt whether the track will be displayed.

color

Select the color in which the track will be displayed.

show_label

Opt whether the track label will be displayed.

label_color

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

marker

Get the display properties for the track marker.

line

Get the display properties for the track line.

fade_times

Get the fade times data.

lead_trail_times

Get the lead/trail times data.

range_contours

Get the MTO’s 2D range contour graphics.

Import detail#

from ansys.stk.core.stkobjects import MTODefaultGraphics2DTrack

Property detail#

property MTODefaultGraphics2DTrack.show_graphics: bool#

Opt whether the track will be displayed.

property MTODefaultGraphics2DTrack.color: Color#

Select the color in which the track will be displayed.

property MTODefaultGraphics2DTrack.show_label: bool#

Opt whether the track label will be displayed.

property MTODefaultGraphics2DTrack.label_color: Color#

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

property MTODefaultGraphics2DTrack.marker: MTOGraphics2DMarker#

Get the display properties for the track marker.

property MTODefaultGraphics2DTrack.line: MTOGraphics2DLine#

Get the display properties for the track line.

property MTODefaultGraphics2DTrack.fade_times: MTOGraphics2DFadeTimes#

Get the fade times data.

property MTODefaultGraphics2DTrack.lead_trail_times: MTOGraphics2DLeadTrailTimes#

Get the lead/trail times data.

property MTODefaultGraphics2DTrack.range_contours: Graphics2DRangeContours#

Get the MTO’s 2D range contour graphics.