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

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

Parameters

indices
Tuple<int, int>[]

Face indices

pressure
Vector3D

The distributed load value

Return Value

int

Returns the number of affected faces.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition