Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Fem Namespace / Element Class / SetRestraintEdgeFaceInZ Method
The index of the edge (or face)
The displacement along Z

In This Topic
    SetRestraintEdgeFaceInZ Method (Element)
    In This Topic
    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