Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / FemMesh Class / FixAll Method / FixAll(Plane,Interval,Interval,Double) Method
Search reference plane
Distance span along plane X axis
Distance span along plane Y axis
Search volume offset

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

    Parameters

    pln
    Search reference plane
    alongX
    Distance span along plane X axis
    alongY
    Distance span along plane Y axis
    inflateBy
    Search volume offset

    Return Value

    Returns the number of affected nodes.
    See Also