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.
New to OnShape, need help for a pattern
Diogo_3D_Modeler
Member Posts: 4 ✭
Hello,
So, I have to make a model like the object below to 3D print.
My problem is that I have no idea how I can make a pattern that cuts with triangular shapes.
Anyone could show me step by step ?
Thank you

0
Best Answer
-
Yep. I'm using variables to drive everything, and using equations in the input fields to get the values I want. For example, the total length should be
#slotGap * (#slotCount + 1) + #slotWidth * #slotCount
You can just type that into the sketch dimension and it will do the math for you.2
Answers
-
Here's a good way. I went a little over the top in making it adjustable so you can change the number of slots, their width, and the space between them.

1 -
Wow! Holy cow, I never thought that OnShape was capable of that ! It seems that there is much more to learn.
Those seem to be variables, right ?
Thank you so much for making this file.0 -
Yep. I'm using variables to drive everything, and using equations in the input fields to get the values I want. For example, the total length should be
#slotGap * (#slotCount + 1) + #slotWidth * #slotCount
You can just type that into the sketch dimension and it will do the math for you.2
