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

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

    Parameters

    min
    Defines the min 3D point of the box
    max
    Defines the max 3D point of the box
    inflateBy
    Search volume offset
    pressure
    The pressure value

    Return Value

    Returns the number of affected faces.
    See Also