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

Removes selected elements.
Public Sub Mirror( _ 
ByVal center As Point3D, _ 
ByVal axis As Vector3D, _ 
ByVal refDir As Vector3D, _ 
ByVal radius As Double, _ 
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( 
Point3D center
Vector3D axis
Vector3D refDir
double radius
double inflateBy
Plane mirrorPlane
bool copy 
)
This language is not supported or no code example is available.

Parameters

center
Point3D

Search cylinder center

axis
Vector3D

Search cylinder axis

refDir
Vector3D

Search cylinder reference direction

radius
double

Search cylinder radius

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