MTOGraphics2DTrack#
- class ansys.stk.core.stkobjects.MTOGraphics2DTrack#
2D graphics attributes for each track in the MTO.
Overview#
Opt whether the track will be displayed. |
|
Select the color in which the track will be displayed. |
|
Opt whether the track label will be displayed. |
|
Select the color in which the track label will be displayed. |
|
Get the display properties for the track marker. |
|
Get the display properties for the track line. |
|
Get the fade times data. |
|
Get the lead/trail times data. |
|
Get the MTOβs 2D range contour graphics. |
|
Get the identification number of the track. Dimensionless. |
Import detail#
from ansys.stk.core.stkobjects import MTOGraphics2DTrack
Property detail#
- property MTOGraphics2DTrack.label_color: Color#
Select the color in which the track label will be displayed.
- property MTOGraphics2DTrack.marker: MTOGraphics2DMarker#
Get the display properties for the track marker.
- property MTOGraphics2DTrack.line: MTOGraphics2DLine#
Get the display properties for the track line.
- property MTOGraphics2DTrack.fade_times: MTOGraphics2DFadeTimes#
Get the fade times data.
- property MTOGraphics2DTrack.lead_trail_times: MTOGraphics2DLeadTrailTimes#
Get the lead/trail times data.
- property MTOGraphics2DTrack.range_contours: Graphics2DRangeContours#
Get the MTOβs 2D range contour graphics.