Brep.Intersect Method

Checks if two brep intersect each other.
Public Shared Function Intersect( _ 
ByVal solidF As Brep, _ 
ByVal solidG As Brep, _ 
ByRef intersectionPoints As Point3D() _ 
) As Boolean
This language is not supported or no code example is available.
public static bool Intersect( 
Brep solidF
Brep solidG
out Point3D[] intersectionPoints 
)
This language is not supported or no code example is available.

Parameters

solidF
Brep

solidG
Brep

intersectionPoints
Point3D[]

The resulting first intersection points found, when available

Return Value

bool

True if they intersect.

.NET Framework

Supported in: 4.8

In this article

Definition