Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / FemMesh Class / SetPressure Method / SetPressure(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 pressure vector magnitude

In This Topic
    SetPressure(Point3D,Point3D,Double,Vector3D) Method
    In This Topic
    Sets the specified pressure on selected faces.
    Syntax
    'Declaration
     
    Public Overloads Function SetPressure( _
       ByVal min As Point3D, _
       ByVal max As Point3D, _
       ByVal inflateBy As Double, _
       ByVal pressure As Vector3D _
    ) As Integer
    public int SetPressure( 
       Point3D min,
       Point3D max,
       double inflateBy,
       Vector3D 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 vector magnitude

    Return Value

    Returns the number of affected faces.
    See Also