AGI Components with Insight3D Alpha 2008 r8
AgGxDisplayConditionDistanceToPointClass Class
Library ReferenceAGI.Graphics AgGxDisplayConditionDistanceToPointClass
The distance display to point display condition defines a distance interval, in meters, from the viewer to a point that defines when the object is displayed. Many objects can share the same constraint so they are displayed during the same interval.
Declaration Syntax
C# Visual Basic Visual C++
Public 
Class 

AgGxDisplayConditionDistanceToPointClass _
        
Implements 

IAgGxDisplayConditionDistanceToPoint, 

AgGxDisplayConditionDistanceToPoint, 

IAgGxDisplayCondition
Members
All Members Constructors Methods Properties



Icon Member Description
AgGxDisplayConditionDistanceToPointClass () () ()
Equals(Object)
Determines whether the specified Objectis equal to the current Object.
(Inherited from Object.)
Finalize () () ()
Allows an Objectto attempt to free resources and perform other cleanup operations before the Objectis reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode () () ()
Serves as a hash function for a particular type. GetHashCode () () () is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetPoint(Double % , Double % , Double % )
GetType () () ()
Gets the Typeof the current instance.
(Inherited from Object.)
IAgGxDisplayCondition_IsDisplayed(IAgGxCentralBody, AgGxReferenceFrame, Double, Double, Double, Double, IAgGxDynamicScene)
Initialize(Double, Double, Double, Double, Double)
Initializes the distance display condition with the reference point [X, Y, Z] and interval [MinimumDistance, MaximumDistance]. When the distance between the viewer and the point is outside of this interval, all objects with this constraint will not be display?Z?

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

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

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

MemberwiseClone () () ()
Creates a shallow copy of the current Object.
(Inherited from Object.)
MinimumDistance
The minimum distance, in meters, the viewer should be from the point for the constrained objects to be displayed. The default is zero, so the object will not disappear because the viewer moves closer to the point. The MinimumDistance and MaximumDistance defi?Z?

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

SetPoint(Double, Double, Double)
Sets the point that the distance from the viewer is checked against. The default is [0, 0, 0].

ToString () () ()
Returns a Stringthat represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
AgGxDisplayConditionDistanceToPointClass

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