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

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

The pressure vector

nodes
Point3D[]

.NET Framework

Supported in: 4.8

In this article

Definition