Brep.Mirror (Plane, Brep) Method

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

Parameters

mirrorPlane
Plane

The plane to use to mirror the entity

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