FemMesh.SetPressure (Plane, Double, Vector3D) Method

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

Parameters

pln
Plane

Search reference plane

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.8

In this article

Definition