Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / FemMesh Class / FixAll Method / FixAll(Tuple<Int32,Int32>[]) Method
Face indices

In This Topic
    FixAll(Tuple<Int32,Int32>[]) Method
    In This Topic
    Fixes all degree of freedoms for selected edges/faces.
    Syntax
    'Declaration
     
    Public Overloads Function FixAll( _
       ByVal indices() As Tuple(Of Integer,Integer) _
    ) As Integer
    public int FixAll( 
       Tuple<int,int>[] indices
    )

    Parameters

    indices
    Face indices

    Return Value

    Returns the number of affected nodes.
    See Also