Element.SetRestraintEdgeFaceInX Method

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

Parameters

edgeFaceIndex
int

The index of the edge (or face)

amountInX
double

The displacement along X

.NET Framework

Supported in: 4.8

In this article

Definition