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: Using a pressure parameter in feature UI, accessing Young's modulus from material properties
Not every predicate is supported as an input type for a featurescript. Predicates in general are special functions with some unique rules that are generally used to validate data types. I've run into… (View Post)1 -
Re: Adding part to assembly via API
It would help to know the body you are using for your request. Your body is probably the problem. I know you can do it with just: documentId versionId elementId isWholePartStudio=false isAssembly=tru… (View Post)2 -
Re: Custom Feature: Non-uniform patterns by csv input
Theres more than just a single syntax error wrong with this script. The longer I look, the more problems I see. Chat GPT just cannot make featurescripts. You're better off spending the time learning … (View Post)1 -
Re: Can I to add measures of the Part Bounds in the BOM List?
You can use computed properties: https://www.onshape.com/en/resource-center/tech-tips/using-computed-part-properties-in-onshape You can adapt the example in the article to use a bounding box instead … (View Post)1 -
Re: Need help extracting my Drawings microversionID
Weirdly microversionId is not in the "supported" listed for element right panel: https://onshape-public.github.io/docs/app-dev/extensions/#element-right-panel But maybe put in an improvemen… (View Post)1