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

Fixes specified degree of freedoms for selected nodes.
Public Sub FixNodes( _ 
ByVal min As Point3D, _ 
ByVal max As Point3D, _ 
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 min
Point3D max
double inflateBy
bool x
bool y
bool z 
)
This language is not supported or no code example is available.

Parameters

min
Point3D

Defines the min 3D point of the box

max
Point3D

Defines the max 3D point of the box

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