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: 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 -
Re: Custom Frame FS without precondition
I forgot hardcoding PartStudioData to the frame library isnt exactly straight forward. First step: check out this sample document I made: https://cad.onshape.com/documents/a2b5b75e5174310d936a970c/w/… (View Post)2 -
Re: API get request: Get all Variables over all configurations
You can only do one configuration at a time with that endpoint. The semi-colon separator is for studios with multiple configuration tables/variables, so it would be something like: List_Table_A_ID=Va… (View Post)1 -
Re: Custom Frame FS without precondition
The short answer is yes, you can implement a custom frame without using any of the existing frame features. If you read through the frame.fs code in the std library, in the most basic sense the frame… (View Post)2