Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / FemMesh Class / FixNodes Method / FixNodes(Point3D,Point3D,Double,Boolean,Boolean,Boolean) Method
Defines the min 3D point of the box
Defines the max 3D point of the box
Search volume offset
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(Point3D,Point3D,Double,Boolean,Boolean,Boolean) Method
    In This Topic
    Fixes specified degree of freedoms for selected nodes.
    Syntax
    'Declaration
     
    Public Overloads Sub FixNodes( _
       ByVal min As Point3D, _
       ByVal max As Point3D, _
       ByVal inflateBy As Double, _
       ByVal x As Boolean, _
       ByVal y As Boolean, _
       ByVal z As Boolean _
    ) 
    public void FixNodes( 
       Point3D min,
       Point3D max,
       double inflateBy,
       bool x,
       bool y,
       bool z
    )

    Parameters

    min
    Defines the min 3D point of the box
    max
    Defines the max 3D point of the box
    inflateBy
    Search volume offset
    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