Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Fem Namespace / Element3D Class / SetRestraintEdgeFace Method

In This Topic
    SetRestraintEdgeFace Method (Element3D)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Sub SetRestraintEdgeFace( _
       ByVal faceIndex 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 override void SetRestraintEdgeFace( 
       int faceIndex,
       bool alongX,
       bool alongY,
       bool alongZ,
       double amountInX,
       double amountInY,
       double amountInZ
    )

    Parameters

    faceIndex
    alongX
    alongY
    alongZ
    amountInX
    amountInY
    amountInZ
    See Also