Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / FemMesh Class / SetForce Method / SetForce(Plane,Double,Vector3D) Method
Search reference plane
Search volume offset
The force vector

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

    Parameters

    plane
    Search reference plane
    inflateBy
    Search volume offset
    amount
    The force vector
    See Also