Canguro.Model.JointDOF.JointDOF C# (CSharp) Method

JointDOF() public method

public JointDOF ( bool allRestrained ) : System
allRestrained bool
return System
        public JointDOF(bool allRestrained)
        {
            if (allRestrained)
                restraints = 0x3F;
            else
                restraints = 0;
        }

Same methods

JointDOF::JointDOF ( ) : System