CADability dotNET
Returns true, if the provided rectangle rect and this BoundingCube interfere with the provided projection.

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

Syntax

C#
public bool Interferes(
	Projection projection,
	BoundingRect rect
)
Visual Basic
Public Function Interferes ( _
	projection As Projection, _
	rect As BoundingRect _
) As Boolean
Visual C++
public:
bool Interferes(
	Projection^ projection, 
	BoundingRect rect
)

Parameters

projection
Type: CADability..::..Projection
The projection
rect
Type: CADability..::..BoundingRect
The rectangle

Return Value

ture if interference, false otherwise

See Also