STK Graphics PrimitivesSend comments on this topic.
IAgStkGraphicsDistanceDisplayConditionFactory Interface

Description

Defines an inclusive distance interval that determines when an object, such as a primitive, is rendered based on the distance from the camera to the object.

Public Methods

Public Method InitializeInitializes a default distance display condition. Minimum Distance is set to 0 and Maximum Distance is set to Double.MaxValue. With this interval, an object is always rendered regardless of its distance to the camera.
Public Method InitializeWithDistancesInitializes a distance display condition with the inclusive distance interval [minimumDistance, maximumDistance]. When this display condition is assigned to an object, such as a primitive, the object is only rendered when the distance from the camera to the object is within the interval.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.