Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Fem Namespace / Node Class / SetRestraint Method / SetRestraint(Boolean,Boolean,Boolean,Double,Double,Double) Method
True if the X direction is restrained
True if the Y direction is restrained
True if the Z direction is restrained
Displacement along X
Displacement along Y
Displacement along Z

In This Topic
    SetRestraint(Boolean,Boolean,Boolean,Double,Double,Double) Method
    In This Topic
    Sets a 3D restraint.
    Syntax
    'Declaration
     
    Public Overloads Sub SetRestraint( _
       ByVal inX As Boolean, _
       ByVal inY As Boolean, _
       ByVal inZ As Boolean, _
       Optional ByVal amountInX As Double, _
       Optional ByVal amountInY As Double, _
       Optional ByVal amountInZ As Double _
    ) 
    public void SetRestraint( 
       bool inX,
       bool inY,
       bool inZ,
       double amountInX,
       double amountInY,
       double amountInZ
    )

    Parameters

    inX
    True if the X direction is restrained
    inY
    True if the Y direction is restrained
    inZ
    True if the Z direction is restrained
    amountInX
    Displacement along X
    amountInY
    Displacement along Y
    amountInZ
    Displacement along Z
    See Also