MTOGraphics2DFadeTimes#

class ansys.stk.core.stkobjects.MTOGraphics2DFadeTimes#

MTO track fade times.

Overview#

use_pre_fade

Opt whether to display the track before the time of its first point. Otherwise, the track will always be displayed when the current animation time is before the first point’s time.

pre_fade_time

Get or set the amount of time before the start time that the track will appear. Uses Time Dimension.

use_post_fade

Opt whether to display the track after the last point’s stop time. Otherwise, the track will always be displayed when the current animation time is after the last point’s time.

post_fade_time

Get or set the amount of time after the stop time that the line will continue to appear. Uses Time Dimension.

Import detail#

from ansys.stk.core.stkobjects import MTOGraphics2DFadeTimes

Property detail#

property MTOGraphics2DFadeTimes.use_pre_fade: bool#

Opt whether to display the track before the time of its first point. Otherwise, the track will always be displayed when the current animation time is before the first point’s time.

property MTOGraphics2DFadeTimes.pre_fade_time: float#

Get or set the amount of time before the start time that the track will appear. Uses Time Dimension.

property MTOGraphics2DFadeTimes.use_post_fade: bool#

Opt whether to display the track after the last point’s stop time. Otherwise, the track will always be displayed when the current animation time is after the last point’s time.

property MTOGraphics2DFadeTimes.post_fade_time: float#

Get or set the amount of time after the stop time that the line will continue to appear. Uses Time Dimension.