How to make a sphere-ish shape with triangle faces?

$\begingroup$

I want to make an origami of a sphere, so I planned to print some net of a pentakis icosahedron, but I have a image of another sphere with more polygons:

icos

I would like to find the net of such model (I know it will be very fun to cut).

Do you know if it has a name ?

$\endgroup$ 5

3 Answers

$\begingroup$

This whitepaper on Geodesic Math may be helpful.

Probably less helpful is this Ruby Quiz I hosted on writing a program to calculate Geodesic spheres.

$\endgroup$ $\begingroup$

Here is a net of a buckyball, from GoldenNumber.net:

alt text

It should be possible to turn this into the kind of net you're looking for by replacing the pentagons and hexagons with 5 and 6 isosceles triangles (the heights of the triangles determine the "elevation" of the center vertex from the original pentagonal/hexagonal faces and thus affect the sphericality of the result).

$\endgroup$ 3 $\begingroup$

Extensive information about the Polyhedra can be found at WolframAlpha. For example:

In Mathematica ( likely also in WA ) you can simply get the coordinates of the vertices of many polyhedra. For example with

 PolyhedronData["Dodecahedron", "VertexCoordinates"]
$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like