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.
NeilCooke 
Senior Director, Technical Services, EMEA
Reactions
-
Re: email file download link an assembly not allowed?
Uncheck "export unique parts…" ?? (View Post)1 -
Re: Regen problem
Coincidentally, a tyre is used as my example in this (View Post)1 -
Improvements to Onshape - May 16th, 2025
This is the second of two releases to focus on stability and performance, but we have still managed to find the time to throw in some super cool and highly requested new features. VISUALIZATION ISOLA… (View Post)7 -
Re: Unable to create a basic working script
Close but no cigar. LLMs are not good at this. I suggest you check out the FS course on the Learning Center. (View Post)1 -
Re: Deleting Multiple Sketches with one opDeleteBodies???
Repeating opDeleteBodies is expensive, so avoid if possible. A common way is to create an array and add bodies to delete as you go along, then call opDeleteBodies with qUnion(array). Not tried it, bu… (View Post)1