Tips wanted in making footbal 1200mm of wood

Hello everyone,

I have been drawing with Rhino for three years and have already enjoyed using this software a lot for my work. I work at a stand construction company in production preparation.

I now have a request to make eight lamps in the shape of a football, i.e. with a diameter of 1200 mm and consisting of 12 pentagons and 20 hexagons, together 32 faces.

I want to do this by milling the pentagons and hexagons on our CNC machine and then mitre cutting them on the saw.

I have already looked up some information via ChatGPT, but I can’t quite figure out the drawing.

Chat indicates that both the pentagon and the hexagon should have a rib length of 121 mm and that I should chamfer them at 20.905 degrees.

When I do this in my drawing, not all the seams come together.

To be honest, I’m not sure how to rotate the faces towards each other. Are there other commands for this besides just rotate?

Any tips are welcome.

With Kind Regards,
Bart van der Rhee

download RhinoPolyhedra via PackageManager

run the command “Polyhedron” to bring up the menu

seems like the formal name is a “Biscribed Truncated Icosahedron”

or “Chamfered Dodecahedron”

or “Dual Geodesic Icosahedron Pattern 1”

there are several options

It’s a Truncated Icosahedron.

:+1:

construction


_polygon n=5
_polygon n=6
(use r = 100 and scale it later to the diameter of the sphere you need)

_rectangle
_circle (round curve, or in front view)


_mirror the circle and intersect them - to get a target point for _rotate3d

_arrayPolar to get the blue copies

_orient3Pt to get the selected 5gon and 6gon
_arrayPolar

_rotate or _rotate3d to get the upper part

jig


you can do some jig / guidework that is rectangular / 90 degree-base…

i would use some screw-able connectors…

good luck with the assembly - cheers -tom

thanks, my extent of knowledge on the names of geometric solids ends at tetrahedron

As @BTH suggests, the RhinoPolyhedra plugin is the best way to start this. Select the Truncated Icosahedron and the option to create and place it at the Origin. Choose to output a surface.

Working in a Wireframe view, rotate the polyhedron so one of the hexagonal faces is at the top (this should be a simple rotation if you choose the correct view to do it in!) and extract the hexagonal face. Loft one of its edges to the edge diametrically opposed on the polyhedron (ie passing through the Origin). In the top view, polar array that to get all six sides. Copy the hexagon inwards by the thickness of your timber. Use the two hexagons and the six planes with _CreateSolid to make your first panel.

Mirror the panel to the bottom of the polyhedron. Then systematically mirror the pair to each adjacent pair of hexagons using the 3-point option to set the mirror plane to start and end of an adjacent edge and a point on the diametrically opposed edge.

Note that it helps to produce the panels on a different layer from the original polyhedron to make it easier to see what you are doing. At the end, dispose of the now unwanted polyhedron pieces.

If you need to fill the pentagons you can copy the edges of the surrounding hexagons, join and cap them.

You cand do similar things to create the framing, taking into account the profiles you need.

HTH
Jeremy

Yeah, you need to be a real polyhedron nerd to fully appreciate that plugin. I usually rely on the premise: the simpler the name, the more likely its what I want…

:joy:

RhinoPolyhedra with some push-pull.

Truncated Icosahedron.zip (536.6 KB)

– Dale

Hi Dale,

Your screenshot makes me curious but i work in rhino 7 and you made an rhino 8 file so i cant open. can you please make it a readable rhino 7 file for me?

I think it is exactly what i need

greetz Bart

Hi @bart_van_der_Rhee,

If you were to download and install the Rhino 8 Evaluation, you could convert the file yourself. :wink:

Truncated Icosahedron V7.zip (1.5 MB)

– Dale

Oke well as you might have noticed i am quite new in Rhino and software like this.
But i will look it up and download it, thanks for your tip

Thanks everybody, a lot new things to learn. feel even more rookie then i was before my question but i love the rhino software. Hope i get similar reactions when i have a new question in the future, and some day i might be the one answering questions of others.

Have a nice day and thanks again