Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / FemMesh Class / FixAllNodes Method / FixAllNodes(Int32[]) Method
Node indices

In This Topic
    FixAllNodes(Int32[]) Method
    In This Topic
    Fixes all degrees of freedom for selected nodes.
    Syntax
    'Declaration
     
    Public Overloads Sub FixAllNodes( _
       ByVal nodeIndices() As Integer _
    ) 
    public void FixAllNodes( 
       int[] nodeIndices
    )

    Parameters

    nodeIndices
    Node indices
    See Also