STK Graphics PrimitivesSend comments on this topic.
IAgStkGraphicsDistanceToPositionDisplayCondition Interface

Description

Defines an inclusive distance interval that determines when an object, such as a primitive, is rendered based on the distance from the camera to a position defined in the given Reference Frame.

Public Properties

Public Property MaximumDistanceGets or sets the maximum distance of the inclusive distance interval. Use Double.MaxValue to ignore checking the maximum distance.
Public Property MaximumDistanceSquaredGets the squared maximum distance of the inclusive distance interval.
Public Property MinimumDistanceGets or sets the minimum distance of the inclusive distance interval.
Public Property MinimumDistanceSquaredGets the squared minimum distance of the inclusive distance interval.
Public Property PositionGets or sets the position used to compute the distance from the camera. The array contains the components of the position arranged in the order x, y, z.
Public Property ReferenceFrameGets or sets the reference frame that Position is defined in.

Interfaces

Implemented Interface
IAgStkGraphicsDisplayCondition

CoClasses that Implement IAgStkGraphicsDistanceToPositionDisplayCondition

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.