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: Squaring Variable expression or how to square a number in onshape
@jelte_steur814 is correct — sqrt(#upper_x^2 + #upper_y^2) should work with units. Even better is hypot(#upper_x, #upper_y). (View Post)4 -
Re: Forward configurations between part studios?
You just right-click and configure the "blah" parameter in the derive feature's reference parameter dialog with the "blah" parameter of the derived part studio. (View Post)1 -
Re: Introducing - The Onshape Desktop Client
Huh, nice job, Caden! We didn't think it was possible to build a CAD system that you install on your desktop… (View Post)11 -
Re: Bug? How to drive sub assembly configuration variables (string)?
Thank you @MichaelPascoe and @Derek_Van_Allen_BD — this is helpful. (View Post)2 -
Re: Problem with Parametric Curve FS
I think you need things like cos(#t * radian). Also, #x / 1mm gets parsed as (#x / 1) * mm which is may not be what you want. Keep in mind though that at the end, you want to end up with distance uni… (View Post)1