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.
kevin_o_toole_1 
Reactions
-
Re: Improvements to Onshape - August 25th 2020
If I'm understanding you correctly, no. No new concepts are being added with the arrow syntax. It is simple syntactic sugar to make chains of functions more readable. x->f(y, z) is identical in e… (View Post)3 -
Re: Evaluate pixels in an image import?
No, this is not possible today. It's not high on our priority list, since you generally don't want to be working with large amounts of non-CAD data in FS during part regeneration. The alternative I w… (View Post)1 -
Re: convert units?
FYI to future users, the round function also takes a precision, if desired. You can use the function either with units: round(length, millimeter) or without: round(number, 0.01), depending on what un… (View Post)2 -
Re: How does identity work?
There's a more generic solution in our pipeline in the future. But for your specific case, it's enough to use two facts about body identity: 1) In a boolean union e.g. opBoolean(... qUnion( [ body1, … (View Post)1 -
Re: How does identity work?
The primary thing that Onshape will use to identify a selected entity is the "id" passed into the operation that creates it. You can read a more detailed explanation in a past comment here.… (View Post)3