FemMesh.Mirror (Plane, Double, Plane, Boolean) Method

Mirrors nodes and elements selected.
Public Sub Mirror( _ 
ByVal plane As Plane, _ 
ByVal inflateBy As Double, _ 
ByVal mirrorPlane As Plane, _ 
ByVal copy As Boolean
)
This language is not supported or no code example is available.
public void Mirror( 
Plane plane
double inflateBy
Plane mirrorPlane
bool copy 
)
This language is not supported or no code example is available.

Parameters

plane
Plane

Search reference plane

inflateBy
double

Search volume offset

mirrorPlane
Plane

Mirror plane

copy
bool

If true, the selection is moved and duplicated

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition