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: Query filter help for vertices?
Vertices themselves aren't marked as construction, but edges are. You could take all of the vertices, find all vertex adjacent edges. And then find all that are construction edges. And then take all … (View Post)2 -
Re: Replacing drawing reference through the API
I'm attempting the same thing. The difficulty is that if you duplicate your "template" drawing and transfer it to another document, the reference becomes a version reference…and I'm having … (View Post)1 -
Re: Sheet metal flange using featurescript
You don't need to copy all the code, you can just import it: import(path : "onshape/std/sheetMetalFlange.fs", version : "2506.0"); (View Post)1 -
Re: evDistance(), but for paths?
You can calculate it, evDistance → set one side to qunion(path.edges) evDistance will give you the parameter (of the closest edge) but also the index. The order of the edges is preserved with qUnion … (View Post)1 -
Re: How are people dealing with things that are measured by length on a BOM?
Do you have a ERP integration or do you manually enter the BOM? An ERP integration should be able to handle situations like these (albeit with some customization). I've done around ~50 CAD-ERP integr… (View Post)1