CADability dotNET
Returns the intersectionpoints of this ellipse with the provided plane toIntersectWith. The result is an array with 0 to 2 GeoPoints.

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

Syntax

C#
public GeoPoint[] PlaneIntersection(
	Plane toIntersectWith
)
Visual Basic
Public Function PlaneIntersection ( _
	toIntersectWith As Plane _
) As GeoPoint()
Visual C++
public:
array<GeoPoint>^ PlaneIntersection(
	Plane toIntersectWith
)

Parameters

toIntersectWith
Type: CADability..::..Plane
Plane to intersect with

Return Value

The intersectionpoints

See Also