Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / FemMesh Class / FixAllNodes Method / FixAllNodes(Plane,Double) Method
The Plane object
Offset of the distance

In This Topic
    FixAllNodes(Plane,Double) Method
    In This Topic
    Fixes all degree of freedoms for selected nodes.
    Syntax
    'Declaration
     
    Public Overloads Sub FixAllNodes( _
       ByVal plane As Plane, _
       ByVal inflateBy As Double _
    ) 
    public void FixAllNodes( 
       Plane plane,
       double inflateBy
    )

    Parameters

    plane
    The Plane object
    inflateBy
    Offset of the distance
    See Also