AGI STK Graphics 11 Send comments on this topic.
IAgStkGraphicsAltitudeDisplayConditionFactory Interface

Description

Defines an inclusive altitude interval, in meters, that determines when an object is rendered based on the camera's altitude relative to a Central Body.

Object Model

Public Methods

Public Method Initialize Initializes a default altitude display condition. With this constructor, an object is always rendered regardless of the camera's altitude.
Public Method InitializeWithAltitudes Initializes an altitude display condition with the inclusive altitude interval [minimumAltitude, maximumAltitude]. When this display condition is assigned to an object, such as a primitive, the object is only rendered when the camera's altitude, relative to the Central Body, is within the interval.
Public Method InitializeWithCentralBodyAndAltitudes Initializes an altitude display condition with the inclusive altitude interval [minimumAltitude, maximumAltitude]. When this display condition is assigned to an object, such as a primitive, the object is only rendered when the camera's altitude, relative to the centralBody, is within the interval.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1