ILNumerics - Technical Application Development
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Top
Interface for retrieving detailed picking data from shapes
[ILNumerics Visualization Engine]
Namespace: ILNumerics.Drawing
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax
The IPickingResult type exposes the following members.
Properties
Name | Description | |
---|---|---|
NextVertex |
Vector of row indices of the vertices in VerticesScreen
and VerticesWorld which are closest to the mouse position
[ILNumerics Visualization Engine] | |
PrimitiveIDs |
Unordered collection of primitive indices found during picking
[ILNumerics Visualization Engine] | |
VerticesScreen |
3-dim array with detailed vertex information of the primitives picked as screen coordinates
[ILNumerics Visualization Engine] | |
VerticesWorld |
3-dim array with detailed vertex information of the primitives picked as object coordinates
[ILNumerics Visualization Engine] |
Remarks
This interface derives from IDisposable. Therefore, objects representing this interface should be disposed after use. It is recommended to use these objects in a using block (C#, Using in Visual Basic).
Objects implementing this interface are returned from a call to PickPrimitiveAt(Drawable, Point, Int64, Boolean).
[ILNumerics Visualization Engine]
See Also