FemMesh.SetPressure (Plane, Interval, Interval, Double, Double) Method

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

Parameters

pln
Plane

Search reference plane

alongX
Interval

Distance span along plane X axis

alongY
Interval

Distance span along plane Y axis

inflateBy
double

Search volume offset

pressure
double

The pressure magniture

Return Value

int

Returns the number of affected faces.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition