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.
ilya_baran 
Reactions
-
Re: help finishing a CAD/Onshape Best Practices document for a FIRST FRC team
@joshtargo 6 sketches (that are not humongous, say less than a few hundred entities each) is not expensive — it's a totally reasonable thing to derive into all the part studios in your design. @S1mon… (View Post)3 -
Re: Improvements to Onshape - November 22nd, 2024
@S1mon This is implemented in C++. FeatureScript isn't great for heavy computation. @Michael_Lauer, an Onshape founder, is the lead developer on this, BTW. Maybe? What parameters would you like to tw… (View Post)6 -
Re: Improvements to Onshape - November 22nd, 2024
One more thing on surface flatten: I'd like to acknowledge and thank Michael Rabinovich, Roi Poranne, Daniele Panozzo, and Olga Sorkine-Hornung for their excellent paper "Scalable Locally Inject… (View Post)7 -
Re: Can someone explain new box()?
Boxes are a way around the issue that FeatureScript values are generally unchangeable — if you have: var x = { a : 12 }; myFunction(x); println(x); You'll always see {a : 12} no matter what myFunctio… (View Post)2 -
Re: Improvements to Onshape - November 22nd, 2024
A number of users have asked why flatten surface cannot be used in downstream features without reimporting and when that will be fixed. We are planning to make it easier to use the flat by allowing e… (View Post)9