CADability dotNET
Returns the curves that result from a planar intersection of this shell with the provided plane. The curves are properly clipped.

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

Syntax

C#
public ICurve[] GetPlaneIntersection(
	PlaneSurface pl
)
Visual Basic
Public Function GetPlaneIntersection ( _
	pl As PlaneSurface _
) As ICurve()
Visual C++
public:
array<ICurve^>^ GetPlaneIntersection(
	PlaneSurface^ pl
)

Parameters

pl
Type: CADability.GeoObject..::..PlaneSurface
The plane to intersect with

Return Value

Array of intersection curves

See Also