STK Graphics PrimitivesSend comments on this topic.
InitializeWithDistances Method (IAgStkGraphicsDistanceToPrimitiveDisplayConditionFactory)
See Also
Primitive
The primitive associated with this instance.
MinimumDistance
The minimum distance of the inclusive distance interval.
MaximumDistance
The maximum distance of the inclusive distance interval. Use Double.MaxValue to ignore checking the maximum distance.
Windows





Windows & Linux

Description

Initializes a distance to primitive display condition with the inclusive distance interval [minimumDistance, maximumDistance]. When this display condition is assigned to an object, such as a screen overlay, the object is only rendered when the distance from the camera to the Primitive, is within the interval.

Syntax

[Visual Basic .NET]
Public Function InitializeWithDistances( _
    ByVal Primitive As IAgStkGraphicsPrimitive, _
    ByVal MinimumDistance As Double, _
    ByVal MaximumDistance As Double _
) As IAgStkGraphicsDistanceToPrimitiveDisplayCondition
[Unmanaged C++]
public: HRESULT InitializeWithDistances(
    IAgStkGraphicsPrimitive * Primitive,
    double MinimumDistance,
    double MaximumDistance,
    IAgStkGraphicsDistanceToPrimitiveDisplayCondition ** ppRetVal
);

Parameters

Primitive
The primitive associated with this instance.
MinimumDistance
The minimum distance of the inclusive distance interval.
MaximumDistance
The maximum distance of the inclusive distance interval. Use Double.MaxValue to ignore checking the maximum distance.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.