FemMesh.Fix (Tuple<Int32Int32>(), Boolean, Boolean, Boolean) Method

Fixes specified degree of freedoms for selected faces.
Public Function Fix( _ 
ByVal indices As Tuple(Of Integer, Integer)(), _ 
ByVal x As Boolean, _ 
ByVal y As Boolean, _ 
ByVal z As Boolean
) As Integer
This language is not supported or no code example is available.
public int Fix( 
Tuple<int, int>[] indices
bool x
bool y
bool z 
)
This language is not supported or no code example is available.

Parameters

indices
Tuple<int, int>[]

Face indices

x
bool

When true, translation along X is restrained.

y
bool

When true, translation along Y is restrained.

z
bool

When true, translation along Z is restrained.

Return Value

int

The number of affected nodes.

.NET Framework

Supported in: 4.8

In this article

Definition