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.
NeilCooke 
Reactions
-
Re: How to break color derived selections
Please don’t do this. (View Post)1 -
Re: Boolean_Bad_Input error
Boolean Union is order specific and the first body is the parent. In your code you are adding the male body to the first pin so on the second loop the male body no longer exists. Swap the order of yo… (View Post)1 -
Re: Create a variance on a face with opExtrude?
If you are removing material you want to extrude in the opposite direction. You may also want to check opMoveFace. (View Post)1 -
Re: Create a variance on a face with opExtrude?
Face normal always points outwards so make it bigger is positive and make it smaller is negative. (View Post)1 -
Re: Trouble with successive opBoolean calls
Two problems - terminalFace needs to be bigger than the sketches you are extruding - your selection is only half the size so it "falls off the end", and the extrude direction is wrong. (View Post)1