Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / FemMesh Class / FixAll Method / FixAll(Point3D,Vector3D,Vector3D,Double,Double) Method
Search cylinder center
Search cylinder axis
Search cylinder reference direction
Search cylinder radius
Search volume offset

In This Topic
    FixAll(Point3D,Vector3D,Vector3D,Double,Double) Method
    In This Topic
    Fixes all degree of freedoms for selected faces.
    Syntax
    'Declaration
     
    Public Overloads Function FixAll( _
       ByVal center As Point3D, _
       ByVal axis As Vector3D, _
       ByVal refDir As Vector3D, _
       ByVal radius As Double, _
       ByVal inflateBy As Double _
    ) As Integer
    public int FixAll( 
       Point3D center,
       Vector3D axis,
       Vector3D refDir,
       double radius,
       double inflateBy
    )

    Parameters

    center
    Search cylinder center
    axis
    Search cylinder axis
    refDir
    Search cylinder reference direction
    radius
    Search cylinder radius
    inflateBy
    Search volume offset

    Return Value

    Returns the number of affected nodes.
    See Also