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?
| C# | Visual Basic | Visual C++ |
public class AgGxDisplayConditionPixelSizeClass : IAgGxDisplayConditionPixelSize, AgGxDisplayConditionPixelSize, IAgGxDisplayCondition
Public Class AgGxDisplayConditionPixelSizeClass _ Implements IAgGxDisplayConditionPixelSize, AgGxDisplayConditionPixelSize, IAgGxDisplayCondition
public ref class AgGxDisplayConditionPixelSizeClass : IAgGxDisplayConditionPixelSize, AgGxDisplayConditionPixelSize, IAgGxDisplayCondition
| All Members | Constructors | Methods | Properties | ||
|
|
|
|
|||
| Icon | Member | Description |
|---|---|---|
|
|
AgGxDisplayConditionPixelSizeClass () () () |
|
|
|
Equals(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 () () () |
(Inherited from
Object.)
|
| Object | |
|
|
AgGxDisplayConditionPixelSizeClass |
Assembly: AGI.Graphics.Interop(Module: AGI.Graphics.Interop) Version: 9.0.0.0 (9.0.0.0)