Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / FemMesh Class / SetForce Method / SetForce(Point3D,Point3D,Double,Vector3D) Method
Defines the min 3D point of the box
Defines the max 3D point of the box
Search volume offset
The force vector

In This Topic
    SetForce(Point3D,Point3D,Double,Vector3D) Method
    In This Topic
    Sets the specified force on selected nodes.
    Syntax
    'Declaration
     
    Public Overloads Sub SetForce( _
       ByVal min As Point3D, _
       ByVal max As Point3D, _
       ByVal inflateBy As Double, _
       ByVal amount As Vector3D _
    ) 
    public void SetForce( 
       Point3D min,
       Point3D max,
       double inflateBy,
       Vector3D amount
    )

    Parameters

    min
    Defines the min 3D point of the box
    max
    Defines the max 3D point of the box
    inflateBy
    Search volume offset
    amount
    The force vector
    See Also