CADability dotNET
Returns the parameters of the intersection points with the provided plane

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

Syntax

C#
double[] GetPlaneIntersection(
	Plane plane
)
Visual Basic
Function GetPlaneIntersection ( _
	plane As Plane _
) As Double()
Visual C++
array<double>^ GetPlaneIntersection(
	Plane plane
)

Parameters

plane
Type: CADability..::..Plane
To intersect with

Return Value

Intersection parameters, may be empty

See Also