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.
Alex_Kempen EDU
Reactions
-
Re: How to draw the text on the surface of a cylinder?
https://cad.onshape.com/help/Content/wrap.htm (View Post)2 -
Re: "UIHint" : UIHint.COLLAPSE_ARRAY_ITEMS - Help returning the definition?
As far as I'm aware, there isn't a way to collapse or expand arrays using editing logic, only fill in parameters inside them. You could do things like conditionally adding or removing array items (by… (View Post)2 -
Re: PSA: New additions to the FeatureScript Standard Library
@TimRice You're not wrong, although it seems that these functions in particular didn't quite make it into the changelog, which was why I decided to post about them. (View Post)2 -
PSA: New additions to the FeatureScript Standard Library
If you aren't in the habit of regularly browsing the Standard Library Source or the Standard Library Documentation, you might have missed the addition of two new functions to the Onshape standard lib… (View Post)8 -
Re: Query specific edges
qOwnedByBody can give you everything owned by a body. The aptly named function edgeIsTwoSided will then let you filter for the edges you want. (View Post)2