STK Graphics PrimitivesSend comments on this topic.
IAgStkGraphicsTimeIntervalDisplayConditionFactory Interface

Description

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

Public Methods

Public Method InitializeInitializes a default time display condition. Minimum Time is set to JulianDate.MinValue and Maximum Time is set to JulianDate.MaxValue. With this interval, an object is always rendered regardless of the current animation time.
Public Method InitializeWithTimeIntervalInitializes a time display condition with a Time Interval.
Public Method InitializeWithTimesInitializes a time display condition with the inclusive time interval [minimumTime, maximumTime]. When this display condition is assigned to an object, such as a primitive, the object is only rendered when the current animation time, Time, is within the interval.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.