Brep.Mirror (Face, Brep) Method

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

Parameters

planarFace
Face

The face of the Brep in input to use 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