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
-
EvanReese Member, Mentor Posts: 2,129 ✭✭✭✭✭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.Evan Reese2
Answers
Those seem to be variables, right ?
Thank you so much for making this file.
You can just type that into the sketch dimension and it will do the math for you.