CADability dotNET
Returns true if the given line segment 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(
	ref GeoPoint start,
	ref GeoPoint end
)
Visual Basic
Public Function Interferes ( _
	ByRef start As GeoPoint, _
	ByRef end As GeoPoint _
) As Boolean
Visual C++
public:
bool Interferes(
	GeoPoint% start, 
	GeoPoint% end
)

Parameters

start
Type: CADability..::..GeoPoint%
Start point of the line
end
Type: CADability..::..GeoPoint%
End point of the line

Return Value

True if intersection

See Also