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.
jelte_steur814 PRO
Founder of Eatcup and Freelance Product Developer.
Product development of physical consumer goods is my specialty, especially front end innovation where technology, design and marketing come together into one product concept, and can develop it to production ready products and have experienced injection mold engineering as well.
I enjoy bringing the depth of knowledge and product development skills I've gained over the years in the big corporates and apply it in smaller companies and start ups to accelerate your product development
Reactions
-
Re: exporting geometry with 'superfluous 'extra' entities (edges/divided faces/vertexes etc)
use Split Face. You'll have to do it manually for each extra edge you'd want though, I can't think of a way for this to be the default behaviour. (View Post)1 -
Re: Untrim?
So I decided to take some time and change the approach. I've used a lot of the code from @NeilCooke 's mold & die custom features so Kudos to Neil! this approach allows using the original surface… (View Post)1 -
Re: Hole to Slot (new featurescript)
thanks @EvanReese. I figured it out. perhaps there's a smarter/quicker way, but this works: in V9 drag selection multiple faces for one hole can be selected so drag selection is enabled (View Post)1 -
Re: Hole to Slot (new featurescript)
thanks for the feedback and suggestions. @S1mon, I was using the standard QueryFilterCompound.ALLOWS_DIRECTION, which doesn't include the mate connector, so I added that. It makes it a lot easier to … (View Post)1 -
Hole to Slot (new featurescript)
Hi, I often create slot holes based off the hole feature. I see questions about slot holes regularly so I figured it would be a good practice case for a new feature script. So here goes. please let m… (View Post)4