Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / FemMesh Class / FixNodes Method / FixNodes(Point3D,Vector3D,Vector3D,Double,Interval,Interval,Double,Boolean,Boolean,Boolean) Method
Search cylinder center
Search cylinder axis
Search cylinder reference direction
Search cylinder radius
Angular span in radians
Search cylinder span along axis
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,Vector3D,Vector3D,Double,Interval,Interval,Double,Boolean,Boolean,Boolean) Method
    In This Topic
    Fixes specified degree of freedoms for selected nodes.
    Syntax
    'Declaration
     
    Public Overloads Sub FixNodes( _
       ByVal center As Point3D, _
       ByVal axis As Vector3D, _
       ByVal refDir As Vector3D, _
       ByVal radius As Double, _
       ByVal angle As Interval, _
       ByVal distance As Interval, _
       ByVal inflateBy As Double, _
       ByVal x As Boolean, _
       ByVal y As Boolean, _
       ByVal z As Boolean _
    ) 
    public void FixNodes( 
       Point3D center,
       Vector3D axis,
       Vector3D refDir,
       double radius,
       Interval angle,
       Interval distance,
       double inflateBy,
       bool x,
       bool y,
       bool z
    )

    Parameters

    center
    Search cylinder center
    axis
    Search cylinder axis
    refDir
    Search cylinder reference direction
    radius
    Search cylinder radius
    angle
    Angular span in radians
    distance
    Search cylinder span along axis
    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