Element.SetRestraintEdgeFaceInZ Method

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

Parameters

edgeFaceIndex
int

The index of the edge (or face)

amountInZ
double

The displacement along Z

.NET Framework

Supported in: 4.8

In this article

Definition