FemMesh.FixNodes (Point3D, Vector3D, Vector3D, Double, Interval, Double, Boolean, Boolean, Boolean) Method

Fixes all degree of freedoms for selected nodes.
Public Sub FixNodes( _ 
ByVal center As Point3D, _ 
ByVal axis As Vector3D, _ 
ByVal refDir As Vector3D, _ 
ByVal radius As Double, _ 
ByVal angle As Interval, _ 
ByVal inflateBy As Double, _ 
ByVal x As Boolean, _ 
ByVal y As Boolean, _ 
ByVal z As Boolean
)
This language is not supported or no code example is available.
public void FixNodes( 
Point3D center
Vector3D axis
Vector3D refDir
double radius
Interval angle
double inflateBy
bool x
bool y
bool z 
)
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

Angular span in radians

inflateBy
double

Search volume offset

x
bool

When true, traslation along X is restrained

y
bool

When true, traslation along Y is restrained

z
bool

When true, traslation along Z is restrained

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition