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.
Jake_Rosenfeld 
Reactions
-
Re: Is there a way to find the extents of an object with one command?
As of right now part colors cannot be changed through FeatureScript, but stay tuned. FYI, (noticed something in another comment) you don't actually have to copy the document to get the custom feature… (View Post)1 -
Re: Gear Designer
@garaza_odmatjaza How about this? https://cad.onshape.com/documents/867823ae9e51850ebfc68070/w/f38fee0f073fe0c9375c6144/e/58de92769f6dbd77f08d3dbc I created a gear with the custom feature, then put 1… (View Post)1 -
Re: opExtractSurface using derived feature
Maybe try this? // Get all the faces from the derived feature const inputFaces = qEntityFilter(qCreatedBy(definition.profile), EntityType.FACE); // Get all one-sided edges of the input faces const on… (View Post)1 -
Re: translate sketch points
@simon_merrett Instead of multiplying, add the translation vector to the point in question: var translatedPoint = pointFromStep2 + translationVector; As far as matrix math goes, 2D translation is not… (View Post)2 -
Re: Sheet Metal Model - Extrude - End Type Options
Improvement requests are more useful submitted through the "Improvement Requests" section of this forum rather than the "Feedback" tool. Feedback will log one ticket with us for y… (View Post)1























