FemMesh.FixAll (Tuple<Int32Int32>()) Method

Fixes all degree of freedoms for selected edges/faces.
Public Function FixAll( _ 
ByVal indices As Tuple(Of Integer, Integer)() _ 
) As Integer
This language is not supported or no code example is available.
public int FixAll( 
Tuple<int, int>[] indices 
)
This language is not supported or no code example is available.

Parameters

indices
Tuple<int, int>[]

Face indices

Return Value

int

Returns the number of affected nodes.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition