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: Feature Scripts and Safe Document Use and Practical Use Practices
Documents using public features will never break. If a feature becomes unavailable, it is copied locally to the document where it is used, but it is no longer available for new features. Unfortunate… (View Post)3 -
Re: qAdjacent for finding the face a vertex touches?
For qAdjacent to work, the vertex must belong to the face you are looking for. I always use qWithinRadius(entities, point, TOLERANCE.booleanDefaultTolerance * meter) which will find everything that &… (View Post)1 -
Re: opRevolve error "@opRevolve: expected map found string"
opRevolve(context, id + "revolve1", { "entities" : qCreatedBy(id + "sketch1", EntityType.FACE), "axis" : line(vector(0, 0, 0) * inch, vector(0, 0, 1) * inch), … (View Post)1 -
Re: Why wont my boolean work pls help lol
Extend the rib into the tube a little so it doesn't touch at an infintely small contact line. (View Post)2 -
Re: Custom Feature: Cable/Wire Routing
OK fixed it, thanks again. Not having a good day, am I? I'll digest your other comments next week. (View Post)1