Element.SetPressure (Int32, Double, Point3D()) Method

Loads an edge or a face of the element with a perpendicular pressure of the given magnitude.
Public Overridable Sub SetPressure( _ 
ByVal edgeIndex As Integer, _ 
ByVal pressure As Double, _ 
ByVal vertices As Point3D() _ 
)
This language is not supported or no code example is available.
public virtual void SetPressure( 
int edgeIndex
double pressure
Point3D[] vertices 
)
This language is not supported or no code example is available.

Parameters

edgeIndex
int

The index of the edge or face

pressure
double

The magnitude of the pressure

vertices
Point3D[]

The vertices of the FemMesh.

.NET Framework

Supported in: 4.8

In this article

Definition