GBrep.Section Method

Intersect the GBrep with the plane.
Public Function Section( _ 
ByVal pln As Plane, _ 
ByVal tol As Double
) As IGCurve()
This language is not supported or no code example is available.
public IGCurve[] 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

IGCurve[]

the list of the resulting intersection curves

.NET Framework

Supported in: 4.7.2

In this article

Definition