Click or drag to resize

AxesAspectPick Method

Indicates whether a given ray intersects with this aspect.

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

Parameters

display  IDisplay
The display to use.
ray  Ray
The ray to test.
info  PickInfo
Information about the intersection, if there is one.

Return Value

Boolean
true if the ray intersects with this aspect; otherwise, false.

Implements

IRendererAspectPick(IDisplay, Ray, PickInfo)
IRendererAspectPick(IDisplay, Ray, PickInfo)
See Also