Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / FemMesh Class / FixAllNodes Method / FixAllNodes(Plane,Interval,Interval,Double) Method
The Plane object
Distance span along plane X axis
Distance span along plane Y axis
Offset of the distance

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

    Parameters

    plane
    The Plane object
    alongX
    Distance span along plane X axis
    alongY
    Distance span along plane Y axis
    inflateBy
    Offset of the distance
    See Also