Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Fem Namespace / NodeBeam Class / SetRotationRestraint Method / SetRotationRestraint(Boolean,Boolean,Boolean,Double,Double,Double) Method
True if the rotation around X is restrained
True if the rotation around Y is restrained
True if the rotation around Z is restrained
Rotation around X
Rotation around Y
Rotation around Z

In This Topic
    SetRotationRestraint(Boolean,Boolean,Boolean,Double,Double,Double) Method
    In This Topic
    Sets a rotation restraint in 3D.
    Syntax
    'Declaration
     
    Public Overloads Sub SetRotationRestraint( _
       ByVal aroundX As Boolean, _
       ByVal aroundY As Boolean, _
       ByVal aroundZ As Boolean, _
       Optional ByVal rotationX As Double, _
       Optional ByVal rotationY As Double, _
       Optional ByVal rotationZ As Double _
    ) 
    public void SetRotationRestraint( 
       bool aroundX,
       bool aroundY,
       bool aroundZ,
       double rotationX,
       double rotationY,
       double rotationZ
    )

    Parameters

    aroundX
    True if the rotation around X is restrained
    aroundY
    True if the rotation around Y is restrained
    aroundZ
    True if the rotation around Z is restrained
    rotationX
    Rotation around X
    rotationY
    Rotation around Y
    rotationZ
    Rotation around Z
    See Also