AGI Components with Insight3D Alpha 2008 r8
AgGxDisplayConditionPixelSizeClass Class
Library ReferenceAGI.Graphics AgGxDisplayConditionPixelSizeClass
A display condition that evaluates to true when an object's bounding sphere, projected onto the near plane, is between (inclusive) a minimum and maximum pixel size. This is commonly used to implement level of detail algorithms that take into account the field?Z?
Declaration Syntax
C# Visual Basic Visual C++
Public 
Class 
AgGxDisplayConditionPixelSizeClass
_
        
Implements 

IAgGxDisplayConditionPixelSize, 

AgGxDisplayConditionPixelSize, 

IAgGxDisplayCondition
public 
ref class 
AgGxDisplayConditionPixelSizeClass
: 

IAgGxDisplayConditionPixelSize, 
        

AgGxDisplayConditionPixelSize, 

IAgGxDisplayCondition
Members
All Members Constructors Methods Properties



Icon Member Description
AgGxDisplayConditionPixelSizeClass () () ()
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.)
GetType () () ()
Gets the Typeof the current instance.
(Inherited from Object.)
IAgGxDisplayCondition_IsDisplayed(IAgGxCentralBody, AgGxReferenceFrame, Double, Double, Double, Double, IAgGxDynamicScene)
Initialize(Int32, Int32)
Initializes the pixel size display condition with a minimum and maximum pixel size. This condition evaluates to true when an object's bounding sphere's diameter, projected onto the screen, is between (inclusive) the minimum and maximum pixel size.

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

MaximumPixelSize
The maximum pixel size an object's bounding sphere's diameter, projected onto the screen, can be for this condition to evaluate to true.

MemberwiseClone () () ()
Creates a shallow copy of the current Object.
(Inherited from Object.)
MinimumPixelSize
The minimum pixel size an object's bounding sphere's diameter, projected onto the screen, has to be for this condition to evaluate to true.

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

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