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: Sheet metal models and featurescript
You can set the configuration in the build function: var config = { "width": 5*millimeter }; var buildFunction = MyThing::build(config); opMergeContexts(context, id + "mergeContexts1&q… (View Post)1 -
Re: Sheet metal models and featurescript
https://cad.onshape.com/FsDoc/library.html#opMergeContexts-Context-Id-map opMergeContext is probably the answer you are looking for. It can bring in a sheet metal model and maintain the flat pattern/… (View Post)2 -
Re: Why is it not possible to "Derive" a part from "Standard content"?
It is technically possible to derive a standard content part. They are just public documents that are not available in the normal search context. I made a quick featurescript to show its possible. Th… (View Post)1 -
Re: Renaissance - Big update and a new tool
Renaissance has another new update! A new tool has been added to Renaissance - "Remove Sketch Constraints". This tool will go through all sketches in a part studio and find constraints that… (View Post)3 -
Sketch Grid Custom Feature
Sketch Grid This custom feature generates a grid of sketch points, solving the challenge of drawing sketches on a grid, and snapping points to even intervals. The sketch points are generated inside o… (View Post)4