Surface.IntersectWith (Plane, Double) Method

Computes the intersection of a surface and a plane as a collection of curves.
Public Function IntersectWith( _ 
ByVal pln As Plane, _ 
ByVal tol As Double
) As ICurve()
This language is not supported or no code example is available.
public ICurve[] IntersectWith( 
Plane pln
double tol 
)
This language is not supported or no code example is available.

Parameters

pln
Plane

The plane

tol
double

The tolerance

Return Value

ICurve[]

The array of intersection curves.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition