Brep.Intersection (Brep, Brep) Method

Compute the Intersection of the solidA with the solidB.
Public Shared Function Intersection( _ 
ByVal solidA As Brep, _ 
ByVal solidB As Brep
) As Brep()
This language is not supported or no code example is available.
public static Brep[] Intersection( 
Brep solidA
Brep solidB 
)
This language is not supported or no code example is available.

Parameters

solidA
Brep

solidB
Brep

Return Value

Brep[]

An array of solids if the operation is successful, null/Nothing otherwise.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition