AGI Components with Insight3D Alpha 2008 r8
IAgGxPickResult Interface
Library ReferenceAGI.Graphics.Scene3DIAgGxPickResult
Position and depth value of a picked object.
Declaration Syntax
C# Visual Basic Visual C++
public 
interface 
IAgGxPickResult
Public 
Interface 
IAgGxPickResult
public 
interface class 
IAgGxPickResult
Members
All Members Properties



Icon Member Description
Depth
Returns the depth of the picked object. This depth is adjusted for rendering with multiple frustums so it may be outside the range [0, 1] but will never be negative. Smaller depth values indicate closer objects.

Objects
An collection of objects that were on the pick stack at the time of the pick. The interface of each specific type needs to be determined using query interface. This is commonly a primitive or central body.

PositionCartographic
Returns the pick location in cartographic coordinates on the current central body.

PositionFixed
Returns the pick location in the current central body's fixed reference frame.

PositionInertial
Returns the pick location in the current central body's inertial reference frame.

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