ILNumerics Ultimate VS

IPickingResultNextVertex Property

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Vector of row indices of the vertices in VerticesScreen and VerticesWorld which are closest to the mouse position

[ILNumerics Visualization Engine]

Namespace:  ILNumerics.Drawing
Assembly:  ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax

RetArray<long> NextVertex { get; }

Property Value

Type: RetArrayInt64
Remarks

The memory layout of VerticesScreen and VerticesWorld store the vertices of each primitive found during picking in slices of n x 3 elements along the 3rd dimension, where n corresponds to VerticesPerPrimitive. NextVertex gives the row index of the vertex for each primitive which is closest to the mouse location. This is useful in order to find the vertex which is closest to the mouse for marking operations and the like.

[ILNumerics Visualization Engine]

See Also

Reference