CADability dotNET
Returns true, if this surface interferes with the provided cube. If this is the case uv will contain a point (in the parameter system) which is inside the cube

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

Syntax

C#
bool HitTest(
	BoundingCube cube,
	out GeoPoint2D uv
)
Visual Basic
Function HitTest ( _
	cube As BoundingCube, _
	<OutAttribute> ByRef uv As GeoPoint2D _
) As Boolean
Visual C++
bool HitTest(
	BoundingCube cube, 
	[OutAttribute] GeoPoint2D% uv
)

See Also