Eyeshot 10 WinForms API Reference
SetRestraintEdgeFaceInZ Method (Element)

WinForms Assembly > devDept.Eyeshot.Fem Namespace > Element Class : SetRestraintEdgeFaceInZ Method
The index of the edge (or face)
The displacement along Z
Sets a fixed displacement along the Z degree of freedom on all the nodes of one edge (or face).
Syntax
'Declaration
 
Public Overridable Sub SetRestraintEdgeFaceInZ( _
   ByVal edgeFaceIndex As Integer, _
   ByVal amountInZ As Double _
) 
public virtual void SetRestraintEdgeFaceInZ( 
   int edgeFaceIndex,
   double amountInZ
)

Parameters

edgeFaceIndex
The index of the edge (or face)
amountInZ
The displacement along Z
See Also

Reference

Element Class
Element Members