MTOGraphics2DFadeTimes#
- class ansys.stk.core.stkobjects.MTOGraphics2DFadeTimes#
MTO track fade times.
Overview#
Get or set the amount of time after the stop time that the line will continue to appear. Uses Time Dimension. |
|
Get or set the amount of time before the start time that the track will appear. Uses Time Dimension. |
|
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. |
|
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. |
Import detail#
from ansys.stk.core.stkobjects import MTOGraphics2DFadeTimes
Property detail#
- 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.
- 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.