CADability dotNET
Checks the interference of this cube with the provided polyline. The array of points defines a polyline connecting consecutive points.

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

Syntax

C#
public bool Interferes(
	GeoPoint[] points
)
Visual Basic
Public Function Interferes ( _
	points As GeoPoint() _
) As Boolean
Visual C++
public:
bool Interferes(
	array<GeoPoint>^ points
)

Parameters

points
Type: array<CADability..::..GeoPoint>[]()[][]
The polyline

Return Value

true when some part of the polyline interferes with this cube

See Also