Welcome to the Onshape forum! Ask questions and join in the discussions about everything Onshape.
First time visiting? Here are some places to start:- Looking for a certain topic? Check out the categories filter or use Search (upper right).
- Need support? Ask a question to our Community Support category.
- Please submit support tickets for bugs but you can request improvements in the Product Feedback category.
- 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.
Search
-
Re: What would be the best way to have an assert on a variable
The max function works in this case. If you ever need more detailed statements instead of a simple function, ternary conditional operators are the way to go. So in the statement below, if the modified line diameter is greater than the sheaveWidth, return the modified diameter; else, return the sheaveWidth.… -
Re: What would be the best way to have an assert on a variable
I wasn't able to view the document you linked but I think I found similar information at this link (https://www.onshape.com/en/resource-center/tech-tips/tech-tip-how-to-use-expressions-for-numeric-fields-in-onshape)... And this is very close and it is what I'm going to do for now... Where I can do something like…
2 results