Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / FemMesh Class / FixAll Method / FixAll(Plane,Double) Method
Search reference plane
Search volume offset

In This Topic
    FixAll(Plane,Double) Method
    In This Topic
    Fixes all degree of freedoms for selected faces.
    Syntax
    'Declaration
     
    Public Overloads Function FixAll( _
       ByVal pln As Plane, _
       ByVal inflateBy As Double _
    ) As Integer
    public int FixAll( 
       Plane pln,
       double inflateBy
    )

    Parameters

    pln
    Search reference plane
    inflateBy
    Search volume offset

    Return Value

    Returns the number of affected nodes.
    See Also