CADability dotNET
Returns true if the given plane intersects the this bounding cube. Returns false otherwise.

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

Syntax

C#
public bool Interferes(
	Plane plane
)
Visual Basic
Public Function Interferes ( _
	plane As Plane _
) As Boolean
Visual C++
public:
bool Interferes(
	Plane plane
)

Parameters

plane
Type: CADability..::..Plane
The plane to test with

Return Value

true if intersection

See Also