Defines whether the ray intersects the mesh.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public bool Intersect(
	XRay ray
)

Parameters

ray
Type: SGP.XSpace..::.XRay
The XRay ray being tested for mesh intersection.

Return Value

Returns trueTruetruetrue (True in Visual Basic) if the ray intersects the mesh.

See Also