ILNumerics Ultimate VS

PickingDriver Class

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Rendering driver used for picking in ILNumerics Visualization Engine.
Inheritance Hierarchy

SystemObject
  ILNumerics.DrawingRenderer
    ILNumerics.DrawingPickingDriver

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

public class PickingDriver : Renderer, 
	IPickingResult, IDisposable

The PickingDriver type exposes the following members.

Constructors

  NameDescription
Public methodPickingDriver
Create picking driver

[ILNumerics Visualization Engine]

Top
Properties

  NameDescription
Public propertyBackColor (Inherited from Renderer.)
Public propertyCamera Obsolete. (Inherited from Renderer.)
Public propertyFPS (Inherited from Renderer.)
Public propertyIsDisposed (Overrides RendererIsDisposed.)
Public propertyIsInvalidated (Inherited from Renderer.)
Public propertyLocalScene (Inherited from Renderer.)
Public propertyLocalSceneSyncRoot (Inherited from Renderer.)
Public propertyNextVertex
3-dimensional array with detailed vertex and picking information

[ILNumerics Visualization Engine]

Public propertyPrimitiveIDs
List of indices of primitives found which are crossed by the ray through the given picking position

[ILNumerics Visualization Engine]

Public propertyRectangle (Inherited from Renderer.)
Public propertyRendererType (Overrides RendererRendererType.)
Public propertyScene (Inherited from Renderer.)
Public propertySceneSyncRoot (Inherited from Renderer.)
Public propertySize (Overrides RendererSize.)
Public propertyTimeout (Inherited from Renderer.)
Public propertyVerticesScreen
Ordered collection of screen coords for the vertices of matching primitives

[ILNumerics Visualization Engine]

Public propertyVerticesWorld
3-dimensional array with detailed vertex and picking information

[ILNumerics Visualization Engine]

Public propertyViewTransform (Inherited from Renderer.)
Top
Methods

  NameDescription
Public methodAdd(Group, Object) (Inherited from Renderer.)
Public methodAddT(T, Object) (Inherited from Renderer.)
Protected methodautoGlobalHDRFactor (Inherited from Renderer.)
Protected methodBeginDrawScreen2D (Inherited from Renderer.)
Protected methodBeginDrawTransparent (Inherited from Renderer.)
Protected methodBeginPickAt (Inherited from Renderer.)
Protected methodBeginRender
Fires the OnBeginRenderFrame event

[ILNumerics Visualization Engine]

(Inherited from Renderer.)
Protected methodBeginRenderPass (Inherited from Renderer.)
Public methodConfigure (Inherited from Renderer.)
Public methodDispose
Releases all resources used by the PickingDriver
(Overrides RendererDispose.)
Protected methodDrawNode
Default implementation, simply print out a copy of all shapes data

[ILNumerics Visualization Engine]

(Inherited from Renderer.)
Protected methodEndDrawScreen2D (Inherited from Renderer.)
Protected methodEndDrawTransparent (Inherited from Renderer.)
Protected methodEndPickAt (Inherited from Renderer.)
Protected methodEndRender (Inherited from Renderer.)
Protected methodEndRenderPass (Inherited from Renderer.)
Public methodFind(Object, NullablePrimitives) (Inherited from Renderer.)
Public methodFindT(Object, PredicateT) (Inherited from Renderer.)
Public methodFindById (Inherited from Renderer.)
Public methodGetCurrentScene (Inherited from Renderer.)
Protected methodGetGlobalAttenuation (Inherited from Renderer.)
Protected methodmoveInvalidLineEndOntoBorder (Inherited from Renderer.)
Protected methodOnBeginRenderFrame (Inherited from Renderer.)
Protected methodOnEndRenderFrame (Inherited from Renderer.)
Protected methodOnFPSChanged (Inherited from Renderer.)
Protected methodOnRenderingFailed (Inherited from Renderer.)
Public methodPickAt(Point, Int64) (Inherited from Renderer.)
Public methodStatic memberPickAt(Camera, Point, Int32, Int32, Int64, Boolean)
Public methodStatic memberPickPrimitiveAt
Public methodRemove (Inherited from Renderer.)
Public methodRender (Inherited from Renderer.)
Protected methodRenderInternal (Inherited from Renderer.)
Protected methodRenderLines (Overrides RendererRenderLines(Lines, RenderParameter).)
Protected methodRenderPoints (Overrides RendererRenderPoints(Points, RenderParameter).)
Protected methodRenderText (Overrides RendererRenderText(Label, RenderParameter).)
Protected methodRenderTriangles (Overrides RendererRenderTriangles(Triangles, RenderParameter).)
Public methodSupports (Inherited from Renderer.)
Top
Events

  NameDescription
Public eventBeginRenderFrame (Inherited from Renderer.)
Public eventEndRenderFrame (Inherited from Renderer.)
Public eventFPSChanged (Inherited from Renderer.)
Public eventRenderingFailed (Inherited from Renderer.)
Top
Fields

  NameDescription
Protected fieldm_globalSceneSyncRoot (Inherited from Renderer.)
Top
Remarks

[ILNumerics Visualization Engine]

See Also

Reference