GBrep.IntersectionLoops Method

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

Parameters

solidA
GBrep

The first GSolid to intersect

solidB
GBrep

The second GSolid to intersect

intCurves
IGCurve[]

The resulting intersection curves as a list of GCompositeIgCurve

Return Value

ssiFailureType

Result of the intersection.

.NET Framework

Supported in: 4.7.2

In this article

Definition