Brep.IntersectionLoops Method

Computes the intersection loops between two Brep objects.
Public Shared Function IntersectionLoops( _ 
ByVal solidA As Brep, _ 
ByVal solidB As Brep, _ 
ByRef intCurves As ICurve() _ 
) As ssiFailureType
This language is not supported or no code example is available.
public static ssiFailureType IntersectionLoops( 
Brep solidA
Brep solidB
out ICurve[] intCurves 
)
This language is not supported or no code example is available.

Parameters

solidA
Brep

The first Solid to intersect

solidB
Brep

The second Solid to intersect

intCurves
ICurve[]

The resulting intersection curves as a list of CompositeCurve

Return Value

ssiFailureType

Result of the intersection.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition