I have tried to use Mathematica functions like Thetraedron[p1, p2, p3, p4]
or similar solid figures (printable using Graphics3D[]
). After I compiled:
Graphics3D[Tetrahedron[{{0, 0, 0}, {1, 0, 0}, {0, 1, 0}, {0, 0, 1}}],
I obtained a filled Thetraedron,not useful for a solid geometry problem figure. What style element should I use to view the 4 vertices polygon empty? Thank you!