Brep.Mirror (Int32, Brep) Method

Create a mirror entity from the input Brep by the plane provided.
Public Shared Function Mirror( _ 
ByVal planarFaceIndex As Integer, _ 
ByVal solid As Brep
) As Brep()
This language is not supported or no code example is available.
public static Brep[] Mirror( 
int planarFaceIndex
Brep solid 
)
This language is not supported or no code example is available.

Parameters

planarFaceIndex
int

The face index of the Brep in input needed to get the mirror plane

solid
Brep

The Brep entity to mirror

Return Value

Brep[]

The resulting Brep union between the original input Brep and the mirrored one.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition