FemMesh.FixNodes (Int32(), Boolean, Boolean, Boolean) Method

Fixes specified degrees of freedom for selected nodes.
Public Sub FixNodes( _ 
ByVal nodeIndices As Integer(), _ 
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( 
int[] nodeIndices
bool x
bool y
bool z 
)
This language is not supported or no code example is available.

Parameters

nodeIndices
int[]

Node indices

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