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
-
Optimization Solver - New Feature on fs.place
I've gotten a number of request over the years for features that have a measurement based constraint such as perimeter or area. The topic has also come up on the forums a few times (https://forum.ons… (View Post)1 -
Re: Improvements to Onshape - January 10th, 2025
The configuration visibility is great. I'd love to see more complex logic allowed and using variable values to set condition. Like if a variable is within a range, show another configuration property. (View Post)11 -
Re: Fixing Broken Part Through FeatureScript
could you roll back the document to an older point in history in the version graph? You should be able to restore to just before the fillet was added. (View Post)1 -
Re: Projecting a solid or surface onto someting else
it relies on an undocumented featurescript function. The feature can sometimes fail randomly, and can produce some pretty high regen times. It works great with simple models, but I've run into issues… (View Post)1 -
Re: Can I make my feature error out if the tools and targets do not intersect for a boolean subtract?
You could just check if any geometry has been created by the operation. if(isQueryEmpty(context, qCreatedBy(id + "boolean1"))) { reportFeatureWarning(context, id, "NON-INTERSECT")… (View Post)2