IRendererAspectPick Method  | 
 
            A check to see a ray intersects with this aspect.
            
 
    Namespace: 
   Demo3D.Visuals.Renderers
    Assembly:
   Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntaxbool 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: 
BooleanTrue if the ray intersects, otherwise false.
See Also