TimeIntervalDisplayCondition#

class ansys.stk.core.graphics.TimeIntervalDisplayCondition#

Bases: IDisplayCondition

Define an inclusive time interval that determines when an object, such as a primitive, is rendered based on the current animation time .

Overview#

minimum_time

Get or set the minimum time of the inclusive time interval.

maximum_time

Get or set the maximum time of the inclusive time interval.

Import detail#

from ansys.stk.core.graphics import TimeIntervalDisplayCondition

Property detail#

property TimeIntervalDisplayCondition.minimum_time: Date#

Get or set the minimum time of the inclusive time interval.

property TimeIntervalDisplayCondition.maximum_time: Date#

Get or set the maximum time of the inclusive time interval.