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

In This Topic
    SetRestraintEdgeFaceInY Method (Element)
    In This Topic
    Sets a fixed displacement along the Y degree of freedom on all the nodes of one edge (or face).
    Syntax
    'Declaration
     
    Public Overridable Sub SetRestraintEdgeFaceInY( _
       ByVal edgeFaceIndex As Integer, _
       ByVal amountInY As Double _
    ) 
    public virtual void SetRestraintEdgeFaceInY( 
       int edgeFaceIndex,
       double amountInY
    )

    Parameters

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