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

Loads an edge or a face of the element with a perpendicular pressure of the given magnitude.
Public Overrides Sub SetPressure( _ 
ByVal edgeIndex As Integer, _ 
ByVal pressure As Double, _ 
ByVal nodes As Point3D() _ 
)
This language is not supported or no code example is available.
public override void SetPressure( 
int edgeIndex
double pressure
Point3D[] nodes 
)
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

nodes
Point3D[]

.NET Framework

Supported in: 4.8

In this article

Definition