Brep.Intersection (Surface) Method

Intersect the Brep with a generic Surface.
Public Function Intersection( _ 
ByVal G As Surface
) As ICurve()
This language is not supported or no code example is available.
public ICurve[] Intersection( 
Surface G 
)
This language is not supported or no code example is available.

Parameters

G
Surface

the Surface to intersect

Return Value

ICurve[]

the list of the resulting intersection curves

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition