Element2D.SetRestraintEdgeFaceInY Method

Sets a fixed displacement along the Y degree of freedom on all the nodes of one edge (or face).
Public Overrides Sub SetRestraintEdgeFaceInY( _ 
ByVal edgeIndex As Integer, _ 
ByVal amountInY As Double
)
This language is not supported or no code example is available.
public override void SetRestraintEdgeFaceInY( 
int edgeIndex
double amountInY 
)
This language is not supported or no code example is available.

Parameters

edgeIndex
int

amountInY
double

The displacement along Z

.NET Framework

Supported in: 4.8

In this article

Definition