Click or drag to resize

IRendererAspectPick Method

A check to see a ray intersects with this aspect.

Namespace:  Demo3D.Visuals.Renderers
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
bool Pick(
	IDisplay display,
	Ray ray,
	ref PickInfo info
)

Parameters

display
Type: IDisplay
The current display.
ray
Type: Demo3D.VisualsRay
The ray to test.
info
Type: Demo3D.VisualsPickInfo
Contains information about the intersection, if one occurs.

Return Value

Type: Boolean
True if the ray intersects, otherwise false.
See Also