Eyeshot 10 WinForms API Reference
FixEdgeFace Method (Element)

WinForms Assembly > devDept.Eyeshot.Fem Namespace > Element Class : FixEdgeFace Method
The index of the edge (or face)
If true, fixes the X degree of freedom
If true, fixes the Y degree of freedom
If true, fixes the Z degree of freedom
Fixes the desired degrees of freedom of all the nodes of one edge (or face).
Syntax
'Declaration
 
Public Overridable Sub FixEdgeFace( _
   ByVal edgeFaceIndex As Integer, _
   ByVal alongX As Boolean, _
   ByVal alongY As Boolean, _
   ByVal alongZ As Boolean _
) 
public virtual void FixEdgeFace( 
   int edgeFaceIndex,
   bool alongX,
   bool alongY,
   bool alongZ
)

Parameters

edgeFaceIndex
The index of the edge (or face)
alongX
If true, fixes the X degree of freedom
alongY
If true, fixes the Y degree of freedom
alongZ
If true, fixes the Z degree of freedom
See Also

Reference

Element Class
Element Members