FemMesh.Mirror (Plane, Boolean) Method

Mirrors the whole FemMesh.
Public Sub Mirror( _ 
ByVal mirrorPlane As Plane, _ 
ByVal copy As Boolean
)
This language is not supported or no code example is available.
public void Mirror( 
Plane mirrorPlane
bool copy 
)
This language is not supported or no code example is available.

Parameters

mirrorPlane
Plane

Mirror plane

copy
bool

If true, the elements are moved and duplicated

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition