Surface.Section (IList<Surface>, Plane, Double) Method

Computes the section of a group of surfaces and a plane as a collection of curves.
Public Shared Function Section( _ 
ByVal listF As IList(Of Surface), _ 
ByVal pln As Plane, _ 
ByVal tol As Double
) As ICurve()
This language is not supported or no code example is available.
public static ICurve[] Section( 
IList<Surface> listF
Plane pln
double tol 
)
This language is not supported or no code example is available.

Parameters

listF
IList<Surface>

Surface group

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