Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / FemMesh Class / SetPressure Method / SetPressure(Point3D,Vector3D,Vector3D,Double,Interval,Double,Double) Method
Search cylinder center
Search cylinder axis
Search cylinder reference direction
Search cylinder radius
Angular span in radians
Search volume offset
The pressure value

In This Topic
    SetPressure(Point3D,Vector3D,Vector3D,Double,Interval,Double,Double) Method
    In This Topic
    Sets the specified pressure normal to selected faces.
    Syntax
    'Declaration
     
    Public Overloads Function SetPressure( _
       ByVal center As Point3D, _
       ByVal axis As Vector3D, _
       ByVal refDir As Vector3D, _
       ByVal radius As Double, _
       ByVal angle As Interval, _
       ByVal inflateBy As Double, _
       ByVal pressure As Double _
    ) As Integer
    public int SetPressure( 
       Point3D center,
       Vector3D axis,
       Vector3D refDir,
       double radius,
       Interval angle,
       double inflateBy,
       double pressure
    )

    Parameters

    center
    Search cylinder center
    axis
    Search cylinder axis
    refDir
    Search cylinder reference direction
    radius
    Search cylinder radius
    angle
    Angular span in radians
    inflateBy
    Search volume offset
    pressure
    The pressure value

    Return Value

    Returns the number of affected nodes.
    See Also