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
-
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 -
Re: How to get a derived part to automatically change based on existing variables
You cannot do this with standard variables - create a configuration variable in the source part studio, then in the derived dialog you'll see an option to set the diameter (which can be linked to a v… (View Post)2 -
Re: Custom Feature: Cable/Wire Routing
Changelog for release 1.197.1 ⭐ Added wire color to wire data table ⭐ Added 4/0, 3/0 and 2/0 nomenclature to AWG size in the Wire data CSV parsing function (View Post)1