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

Mirrors nodes and elements selected.
Public Sub Mirror( _ 
ByVal center As Point3D, _ 
ByVal axis As Vector3D, _ 
ByVal refDir As Vector3D, _ 
ByVal radius As Double, _ 
ByVal angle As Interval, _ 
ByVal distance As Interval, _ 
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
Interval angle
Interval distance
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

angle
Interval

Angle span in radians

distance
Interval

Search cylinder span along axis

inflateBy
double

Offset of the distance

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