Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / FemMesh Class / SetPressure Method / SetPressure(Plane,Double,Double) Method
Search reference plane
Search volume offset
The pressure magniture

In This Topic
    SetPressure(Plane,Double,Double) Method
    In This Topic
    Sets the specified pressure normal to selected faces.
    Syntax
    'Declaration
     
    Public Overloads Function SetPressure( _
       ByVal pln As Plane, _
       ByVal inflateBy As Double, _
       ByVal pressure As Double _
    ) As Integer
    public int SetPressure( 
       Plane pln,
       double inflateBy,
       double pressure
    )

    Parameters

    pln
    Search reference plane
    inflateBy
    Search volume offset
    pressure
    The pressure magniture

    Return Value

    Returns the number of affected faces.
    See Also