STK Graphics PrimitivesSend comments on this topic.
IAgStkGraphicsAltitudeDisplayConditionFactory Interface

Description

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

Public Methods

Public Method InitializeInitializes a default altitude display condition. With this constructor, an object is always rendered regardless of the camera's altitude.
Public Method InitializeWithAltitudesInitializes 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 InitializeWithCentralBodyAndAltitudesInitializes 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

© 2024 Analytical Graphics, Inc. All Rights Reserved.