FemMesh.SetPressure (Tuple<Int32Int32>(), Double) Method

Sets the specified pressure normal to selected faces.
Public Function SetPressure( _ 
ByVal indices As Tuple(Of Integer, Integer)(), _ 
ByVal pressure As Double
) As Integer
This language is not supported or no code example is available.
public int SetPressure( 
Tuple<int, int>[] indices
double pressure 
)
This language is not supported or no code example is available.

Parameters

indices
Tuple<int, int>[]

Face indices

pressure
double

The pressure magnitude

Return Value

int

Returns the number of affected faces.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition