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

In This Topic
    SetRestraintEdgeFace Method (Element)
    In This Topic
    Sets a fixed displacement on all the nodes of one edge (or face).
    Syntax
    'Declaration
     
    Public Overridable Sub SetRestraintEdgeFace( _
       ByVal edgeFaceIndex As Integer, _
       ByVal alongX As Boolean, _
       ByVal alongY As Boolean, _
       ByVal alongZ As Boolean, _
       ByVal amountInX As Double, _
       ByVal amountInY As Double, _
       ByVal amountInZ As Double _
    ) 
    public virtual void SetRestraintEdgeFace( 
       int edgeFaceIndex,
       bool alongX,
       bool alongY,
       bool alongZ,
       double amountInX,
       double amountInY,
       double amountInZ
    )

    Parameters

    edgeFaceIndex
    The index of the edge (or face)
    alongX
    alongY
    alongZ
    amountInX
    amountInY
    amountInZ
    See Also