Brep.Section Method

Intersect the Brep with the plane.
Public Function Section( _ 
ByVal pln As Plane, _ 
ByVal tol As Double
) As ICurve()
This language is not supported or no code example is available.
public ICurve[] Section( 
Plane pln
double tol 
)
This language is not supported or no code example is available.

Parameters

pln
Plane

the plane to intersect

tol
double

the tolerance

Return Value

ICurve[]

the list of the resulting intersection curves

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition