CADability dotNET
Tests whether an object is touched by the provided cube

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
bool HitTest(
	ref BoundingCube cube,
	double precision
)
Visual Basic
Function HitTest ( _
	ByRef cube As BoundingCube, _
	precision As Double _
) As Boolean
Visual C++
bool HitTest(
	BoundingCube% cube, 
	double precision
)

Parameters

cube
Type: CADability..::..BoundingCube%
To test with
precision
Type: System..::..Double
Required precision

Return Value

true if the object strikes the cube

See Also