MTOGraphics2DLine#

class ansys.stk.core.stkobjects.MTOGraphics2DLine#

MTO track line display options.

Overview#

show_graphics

Opt whether to display a line between all track points.

color

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

style

Select the style of the line between track points.

width

Select the width of the line between track points.

translucency

Select the translucency of the line between track points.

alway_show_entire_line

Opt whether to always show the entire line independent of the animation time.

Import detail#

from ansys.stk.core.stkobjects import MTOGraphics2DLine

Property detail#

property MTOGraphics2DLine.show_graphics: bool#

Opt whether to display a line between all track points.

property MTOGraphics2DLine.color: Color#

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

property MTOGraphics2DLine.style: LineStyle#

Select the style of the line between track points.

property MTOGraphics2DLine.width: LineWidth#

Select the width of the line between track points.

property MTOGraphics2DLine.translucency: int#

Select the translucency of the line between track points.

property MTOGraphics2DLine.alway_show_entire_line: bool#

Opt whether to always show the entire line independent of the animation time.