24/03/2020 - Platonic Solids
On this class, we built some platonic solids : Tetrahedron - 4 faces (green) Hexahedron (Cube) - 6 faces (cyan) Octahedron - 8 faces (yellow) Dodecahedron - 12 faces (pink) Icosahedron - 20 faces (orange) The first solid we built was the tetrahedron . For that, the first step is to draw the triangular base of this solid. This base is composed by a equilateral triangle with 10 units as the sides length. Then, we create a 2D plan of all the faces disassembled. After this, we can now find out the center of the solid and the way that the faces are going to be folded. For that, we draw a vertical line passing the center of the base triangle and a circunference with radius from the middle of the common side between the base and one face to the vertex of that same face. Using the command 3DRotate , we rotate that circunference for it to be perpendicular to the face that we want to fold. We can now fold the first face, using the command A...