Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / FemMesh Class / FixNodes Method / FixNodes(Plane,Double,Boolean,Boolean,Boolean) Method
The Plane object
Offset of the distance
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(Plane,Double,Boolean,Boolean,Boolean) Method
    In This Topic
    Fixes specified degree of freedoms for selected nodes.
    Syntax
    'Declaration
     
    Public Overloads Sub FixNodes( _
       ByVal plane As Plane, _
       ByVal inflateBy As Double, _
       ByVal x As Boolean, _
       ByVal y As Boolean, _
       ByVal z As Boolean _
    ) 
    public void FixNodes( 
       Plane plane,
       double inflateBy,
       bool x,
       bool y,
       bool z
    )

    Parameters

    plane
    The Plane object
    inflateBy
    Offset of the distance
    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