Element.FixEdgeFace Method

Fixes the desired degrees of freedom of all the nodes of one edge (or face).
Public Overridable Sub FixEdgeFace( _ 
ByVal edgeFaceIndex 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 virtual void FixEdgeFace( 
int edgeFaceIndex
bool alongX
bool alongY
bool alongZ 
)
This language is not supported or no code example is available.

Parameters

edgeFaceIndex
int

The index of the edge (or face)

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