MTOGraphics2DLeadTrailTimes#

class ansys.stk.core.stkobjects.MTOGraphics2DLeadTrailTimes#

MTO track lead/trail times.

Overview#

use_lead_trail

Opt whether to use lead and trail times.

lead_time

Get or set the time of the interpolated track route that will be displayed ahead of the track. Uses Time Dimension.

trail_time

Get or set the time of the interpolated track route that will be displayed behind the track. Uses Time Dimension.

Import detail#

from ansys.stk.core.stkobjects import MTOGraphics2DLeadTrailTimes

Property detail#

property MTOGraphics2DLeadTrailTimes.use_lead_trail: bool#

Opt whether to use lead and trail times.

property MTOGraphics2DLeadTrailTimes.lead_time: float#

Get or set the time of the interpolated track route that will be displayed ahead of the track. Uses Time Dimension.

property MTOGraphics2DLeadTrailTimes.trail_time: float#

Get or set the time of the interpolated track route that will be displayed behind the track. Uses Time Dimension.