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: Part name won't change (to include expression variables) tried multiple Featurescripts
This is probably one of my biggest frustrations with FeatureScript. Any property (name, appearance, etc) that has been set by the user cannot be overridden by a featurescript. I'd really like to just… (View Post)2 -
Re: Mate Connectors vs Planes - Why oh Why??
I've finished up the feature with an icon, user manual, etc https://cad.onshape.com/documents/f48a9eeb29030a62164655de/w/bdfce252a6613fbac812717e/e/6128b12380b3a53e8a0c7fc6 @S1mon I've updated the or… (View Post)3 -
Re: Mate Connectors vs Planes - Why oh Why??
3 points define a plane, not a coordinate system. A 3 points to mate connector feature is trivial, but requires deciding where the origin and X direction are. But if that doesn't matter you can just … (View Post)1 -
Re: How to programmatically find faces which define the entry and exits for a hole?
There are two queries that might help you: qHoleFaces(seed); → this will filter a query of faces to those that belong to a hole qAdjacent() → this will take a seed query and find the faces that are a… (View Post)1 -
Re: Optimization Solver - New Feature on fs.place
Looking through the code - bit similar indeed….great minds think alike? @MichaelPascoe - very different solution to Konstantin's But this all proves why I made fs.place - we need a better way to sear… (View Post)4