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.
Caden_Armstrong PRO
Reactions
-
Re: Improvements to Onshape - May 17th, 2024
Update day is always great! Coloured edges is going to open up so many new opportunities. I'm also liking all these new improvements to featurescript! (View Post)21 -
Re: Feature name limitations (<X>, #?, #length...)
Not sure about the other special characters but # can be used if you do ##radius for example. Edit: If you just want the formatting, you could use unicode characters instead, such as: ‹X› (View Post)1 -
Re: Communicating a Google Sheet with the Onshape API
1. If you are using OAuth, the access token is valid for a period of time (~1 hour). After which it expires and you use the refresh token to get a new access token. Its not locked to a specific docum… (View Post)1 -
Re: Part/Body Type Property
Just note that ActiveSheetMetal will only work for active models. Once the finish sheet metal feature is added to the tree, it will no longer work. Another way to check is seeing if there is a flat p… (View Post)1 -
Re: Select entity for extrusion via API
There are lots of ways to construct a query to be used with the API. The simplest, and the one I use most often is to just use the transient ID of the entities. Each entity is referenced through a BT… (View Post)1