Triangle Twist

In math class I made

these triangles are different triangles like scalene, obtuse, and equilateral

I used open scad to make the triangles and then I 3D printed them all.

Using what we are learning in math right now I was able to put a twist on some

of the triangles and some without.

Linear_extrude(height=10, twist=360)    
 polygon(points=[[0.0],[0,10],[17.3,0]

Linear_extrude(height=10, twist=90)   
 polygon(points=[[0.0],[0,5],[5,0

Leave a Reply