Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / FemMesh Class / FixNodes Method / FixNodes(Int32[],Boolean,Boolean,Boolean) Method
Node indices
When true, traslation along X is restrained
When true, traslation along Y is restrained
When true, traslation along Z is restrained

In This Topic
    FixNodes(Int32[],Boolean,Boolean,Boolean) Method
    In This Topic
    Fixes specified degrees of freedom for selected nodes.
    Syntax
    'Declaration
     
    Public Overloads Sub FixNodes( _
       ByVal nodeIndices() As Integer, _
       ByVal x As Boolean, _
       ByVal y As Boolean, _
       ByVal z As Boolean _
    ) 
    public void FixNodes( 
       int[] nodeIndices,
       bool x,
       bool y,
       bool z
    )

    Parameters

    nodeIndices
    Node indices
    x
    When true, traslation along X is restrained
    y
    When true, traslation along Y is restrained
    z
    When true, traslation along Z is restrained
    See Also