IRendererAspectPick Method |
A check to see a ray intersects with this aspect.
Namespace: Demo3D.Visuals.RenderersAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.01.00
Syntaxbool Pick(
IDisplay display,
Ray ray,
ref PickInfo info
)
Parameters
- display IDisplay
- The current display.
- ray Ray
- The ray to test.
- info PickInfo
- Contains information about the intersection, if one occurs.
Return Value
BooleanTrue if the ray intersects, otherwise false.
See Also