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

Description

Defines an inclusive distance interval, in meters, that determines when an object, such as a primitive, is rendered based on the distance, in meters, from the camera to a position defined in the given Reference Frame.

Object Model




Public Methods

Public Method InitializeInitializes a default distance to position display condition. With this constructor, an object is always rendered regardless of the camera's distance to the Position.
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, in meters, from the camera to the position is within the interval.
Public Method InitializeWithReferenceFrameAndDistancesInitializes 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, in meters, from the camera to the position is within the interval.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.