AGI Components with Insight3D Alpha 2008 r8
IAgGxDisplayConditionDistance Interface
Library ReferenceAGI.GraphicsIAgGxDisplayConditionDistance
Defines a distance interval, in meters, from the viewer to the object that defines when the object is displayed.
Declaration Syntax
C# Visual Basic Visual C++
public 
interface 
IAgGxDisplayConditionDistance : 

IAgGxDisplayCondition
Public 
Interface 
IAgGxDisplayConditionDistance _
        
Implements 

IAgGxDisplayCondition
public 
interface class 
IAgGxDisplayConditionDistance : 

IAgGxDisplayCondition
Members
All Members Methods Properties



Icon Member Description
Initialize(Double, Double)
Initializes the distance display condition with the interval [MinimumDistance, MaximumDistance]. When the distance between the viewer and an object with this constraint, is outside of this interval, the object will not be displayed.

IsDisplayed(IAgGxCentralBody, AgGxReferenceFrame, Double, Double, Double, Double, IAgGxDynamicScene)
Returns true if the condition is satisfied, indicating the object should be displayed.

IsDisplayed(IAgGxCentralBody, AgGxReferenceFrame, Double, Double, Double, Double, IAgGxDynamicScene)
Returns true if the condition is satisfied, indicating the object should be displayed.
(Inherited from IAgGxDisplayCondition.)
MaximumDistance
The maximum distance, in meters, the object should be from the viewer for the object to be displayed. At distances beyond this, the object is not displayed. The default is zero meters. The MinimumDistance and MaximumDistance define the interval when a objec?Z?

MaximumDistanceSquared
The squared maximum distance, in meters, the object should be from the viewer for the object to be displayed. At distances beyond this, the object is not displayed. The default is zero meters. The MinimumDistance and MaximumDistance define the interval when?Z?

MinimumDistance
The minimum distance, in meters, the object should be from the viewer for the object to be displayed. The default is zero, so the object will not disappear because the viewer moves closer to it. The MinimumDistance and MaximumDistance define the interval whe?Z?

MinimumDistanceSquared
The squared minimum distance, in meters, the object should be from the viewer for the object to be displayed. The default is zero, so the object will not disappear because the viewer moves closer to it. The MinimumDistance and MaximumDistance define the inte?Z?

Assembly: AGI.Graphics.Interop(Module: AGI.Graphics.Interop) Version: 9.0.0.0 (9.0.0.0)