Welcome to the Onshape forum! Ask questions and join in the discussions about everything Onshape.

First time visiting? Here are some places to start:
  1. Looking for a certain topic? Check out the categories filter or use Search (upper right).
  2. Need support? Ask a question to our Community Support category.
  3. Please submit support tickets for bugs but you can request improvements in the Product Feedback category.
  4. Be respectful, on topic and if you see a problem, Flag it.

If you would like to contact our Community Manager personally, feel free to send a private message or an email.

Options

Strange value for no max axial limitation of a mate

C_JustinC_Justin Member Posts: 16
edited May 2019 in Community Support
I have this block of json returned by the api. It's really strange since the mate is a revolute mate and I didn't set any limitation on Z axis rotation, but the json seems says the value is not null. Also, the value is 0 deg for maximum but in the document, the mate seems to have the freedom to rotate 360 degrees. I'm confused about the default value of each limitation.

{
        "type" : 807,
        "typeName" : "BTMParameterNullableQuantity",
        "message" : {
          "isNull" : false,
          "nullValue" : "No minimum",
          "units" : "",
          "value" : 0.0,
          "expression" : "0 deg",
          "isInteger" : false,
          "parameterId" : "limitAxialZMin",
          "hasUserCode" : false,
          "nodeId" : "nDu/OIODp1wkH+Fl"
        }
      }, {
        "type" : 807,
        "typeName" : "BTMParameterNullableQuantity",
        "message" : {
          "isNull" : false,
          "nullValue" : "No maximum",
          "units" : "",
          "value" : 0.0,
          "expression" : "0 deg",
          "isInteger" : false,
          "parameterId" : "limitAxialZMax",
          "hasUserCode" : false,
          "nodeId" : "hpo8dGfqMupMcyDl"
        }
      }
Tagged:

Best Answer

Answers

Sign In or Register to comment.