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: 18.04.00
Syntax
C#
public override bool Pick(
	IDisplay display,
	Ray ray,
	ref PickInfo info
)

Parameters

display
Type: IDisplay
The display to use.
ray
Type: Demo3D.VisualsRay
The ray to test.
info
Type: Demo3D.VisualsPickInfo
Information about the intersection, if there is one.

Return Value

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

Implements

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