Element.SetRestraintEdgeFaceInY Method

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

Parameters

edgeFaceIndex
int

The index of the edge (or face)

amountInY
double

The displacement along Z

.NET Framework

Supported in: 4.8

In this article

Definition