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.
Caden_Armstrong PRO
Reactions
-
Re: API call that includes info on if a part is sheet metal or not
You can do it with the /parts/d/{did}/{wvm}/wvmid} endpoint with the url param for includeFlatParts=true Flat parts will be "isFlattenedBody" set to true. They will also have a property &qu… (View Post)1 -
Re: Using the Transform Function in FeatureSctipt
Hi Mario, All you need to do is use opTransform with a scaling transform in order to scale a sketch. You will need to decide how to scale the sketch, ie about a point, uniformly vs non-uniformly etc.… (View Post)1 -
Re: How to see all the properties an object has?
keys(foo) - will give a list of all of the properties of an object. (View Post)1 -
Re: Using Onshape API to get all the public documents
[answer redacted - see Vajrang's response] (View Post)1 -
Re: normalize() vs @normalize() std library speed difference. You wont believe the difference.
I did some testing to look at other functions and how builtin functions compare in performance. Normalize probably has the biggest gain/simplicity ratio, my test even saw a 46x improvement. The next … (View Post)4