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

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

    Parameters

    aroundZ
    True if the rotation around Z is restrained
    rotationZ
    Rotation around Z
    See Also