Brep.Intersect Method

Computes the intersection loops between two Brep objects.
Public Shared Function Intersect( _ 
ByVal solidA As Brep, _ 
ByVal solidB As Brep, _ 
ByRef intersectionPoints As List(Of Point3D) _ 
) As Boolean
This language is not supported or no code example is available.
public static bool Intersect( 
Brep solidA
Brep solidB
out List<Point3D> intersectionPoints 
)
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

intersectionPoints
List<Point3D>

The resulting first intersection points found

Return Value

bool

Result of the intersection.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition