Element2D.FixEdgeFace Method

Fixes the desired degrees of freedom of all the nodes of one edge (or face).
Public Overrides Sub FixEdgeFace( _ 
ByVal edgeIndex As Integer, _ 
ByVal alongX As Boolean, _ 
ByVal alongY As Boolean, _ 
ByVal alongZ As Boolean
)
This language is not supported or no code example is available.
public override void FixEdgeFace( 
int edgeIndex
bool alongX
bool alongY
bool alongZ 
)
This language is not supported or no code example is available.

Parameters

edgeIndex
int

alongX
bool

If true, fixes the X degree of freedom

alongY
bool

If true, fixes the Y degree of freedom

alongZ
bool

If true, fixes the Z degree of freedom

.NET Framework

Supported in: 4.8

In this article

Definition