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

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

    Parameters

    edgeFaceIndex
    The index of the edge (or face)
    amountInX
    The displacement along X
    See Also