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.
| C# | Visual Basic | Visual C++ |
public interface AgGxDisplayConditionDistanceToPoint : IAgGxDisplayConditionDistanceToPoint
Public Interface AgGxDisplayConditionDistanceToPoint _ Implements IAgGxDisplayConditionDistanceToPoint
public interface class AgGxDisplayConditionDistanceToPoint : IAgGxDisplayConditionDistanceToPoint
| All Members | Methods | Properties | |||
|
|
|
|
|||
| Icon | Member | Description |
|---|---|---|
|
|
GetPoint(Double % , Double % , Double % ) | (Inherited from
IAgGxDisplayConditionDistanceToPoint.)
|
|
|
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? (Inherited from
IAgGxDisplayConditionDistanceToPoint.)
|
|
|
IsDisplayed(IAgGxCentralBody, AgGxReferenceFrame, Double, Double, Double, Double, IAgGxDynamicScene) |
Returns true if the condition is satisfied,
indicating the object should be displayed. (Inherited from
IAgGxDisplayConditionDistanceToPoint.)
|
|
|
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? (Inherited from
IAgGxDisplayConditionDistanceToPoint.)
|
|
|
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? (Inherited from
IAgGxDisplayConditionDistanceToPoint.)
|
|
|
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? (Inherited from
IAgGxDisplayConditionDistanceToPoint.)
|
|
|
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? (Inherited from
IAgGxDisplayConditionDistanceToPoint.)
|
|
|
SetPoint(Double, Double, Double) |
Sets the point that the distance from the
viewer is checked against. The default is [0, 0,
0]. (Inherited from
IAgGxDisplayConditionDistanceToPoint.)
|
Assembly: AGI.Graphics.Interop(Module: AGI.Graphics.Interop) Version: 9.0.0.0 (9.0.0.0)