Element2D.SetRestraintEdgeFaceInX Method

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

Parameters

edgeIndex
int

amountInX
double

The displacement along X

.NET Framework

Supported in: 4.8

In this article

Definition