FemMesh.SetPressure (Point3D, Point3D, Double, Vector3D) Method

Sets the specified pressure on selected faces.
Public Function SetPressure( _ 
ByVal min As Point3D, _ 
ByVal max As Point3D, _ 
ByVal inflateBy As Double, _ 
ByVal pressure As Vector3D
) As Integer
This language is not supported or no code example is available.
public int SetPressure( 
Point3D min
Point3D max
double inflateBy
Vector3D pressure 
)
This language is not supported or no code example is available.

Parameters

min
Point3D

Defines the min 3D point of the box

max
Point3D

Defines the max 3D point of the box

inflateBy
double

Search volume offset

pressure
Vector3D

The pressure vector magnitude

Return Value

int

Returns the number of affected faces.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition