CADability dotNET
Checks the interference of this cube with the other provided cube

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

Syntax

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

Parameters

bc
Type: CADability..::..BoundingCube
the other cube to test with

Return Value

true if the two cubes interfere (overlap)

See Also