Hexahedron Cube
I created a hexahedron (cube), which is a polyhedron platonic shape.
Using the information from the QATGC 2014 challenge article from the VRmath 2.0 website to provide me with the information to form my shape.
The hexahedron is a platonic shape and has 6 regular faces of a square. It has 12 edges and 8 vertices.
· Between the square face 90 degrees (4-4)
Using this information above I have created a 3D hexahedron shape using the logo programming tool as seen below.
I created the hexahedron using the following logo programming sequence.
HOME CLEAN RESET FACE PCOFF TO square_right PD REPEAT 6 [ FD 1 RT 90] PU END TO square_left PD REPEAT 6 [ FD 1 LT 90] PU END square_right TILTLEFT 180- 90 square_left LEFT 90 TILTLEFT 180-90 square_left FD 1 LEFT 90 TILTRIGHT 180-90 square_right TILTLEFT 180-90 FD 1 LEFT 90 square_left LEFT 90 FD 1 RD 90 square_right
Thank you for reading my blog. Please leaving a comment.
- Jess's blog
- Login or register to post comments
- 2938 reads