Polyhedron Generator

Polyhedron Generator

Gratuito
Sistema operacional:
Idioma:

Descrição

Create hundreds of polyhedra, from the simple tetrahedron to the favorite icosahedron, to the spiky great stellated dodecahedron, and many more!

 

Select from included polyhedra or input a URL for a specific shape from http://dmccooey.com/polyhedra/. The add-in is located in the design workspace under the 'Create' tab. 

 

If selecting from included polyhedra, first select the polyhedra grouping from the dropdown menu, then select a specific shape. If inputting a custom weblink, check the 'Custom Weblink' checkbox. Browse to the shape of interest on the polyhedra website, then copy the URL for that shape into the input textbox. 

 

The polyhedra shape files are distributed here with permission from the polyhedra site's author. Additional references for each shape can be found under their respective page on the polyhedra site. This app is not affiliated with that website.

Sobre esta versão

Versão 1.0, 10/02/2025
Initial release.


Capturas de tela e vídeos


Comentários dos clientes

8 revisões
Obter ajuda técnica
  • Workaround for broken weblinks
    Björn Ullrich | março 29, 2026 Download confirmado (O que é isto?)

    It appears that dmccooey.com has been fully updated to https, but the addin cannot read https links it seems.

    However, there is a way to add polyhedra from the site directly and permanently to the database of the addin. Though, this is a bit of work:

    First, find the addin's folder on your computer:

    in the AddIns menu, click Polyhedron Generator and on the right click the link to the AddIn folder.

    Second, download the polyhedron files

    1. Go to dmccooey.com, open the polyhedron you wish
    2. In the broweser's adress bar, replace the "html" at the end of the URL with "txt" and press enter. A plain text with cryptic numbers and formulas should open.
    3. Download that txt file; I recommend using the "Save as" dialogue of your browser or just press Ctrl+S
    4. In the folder or your addin, put the txt files into the subfolders \Contents\shapes\ without making any changes to the files

    Third, add the polyhedra to the menu

    1. In the addin's main folder, open PolyhedronGenerator.py with a plain texteditor of your choice. Do not use Word or so.
    2. Find the first bigger text block starting with "all_polyhedra" in line 9 and go to the end of that block, ending with } and before "def run(context):"
    3. In line 48, after "'GreatIcosahedron']" and before } add a , and press enter to create a new line.
      • After each ] except the last in this list, you need a comma, otherwise it won't work
    4. In the new line 49 you created add, similar to the other lines:
      'Categoryname':['FilenameOfYourFirstPolyhedron',
      'FilenameOfYourSecondPolyhedron']
      • Follow the syntax in detail; if it won't work, there is proabbly a comma, an appostroph or a bracket missing here
      • Use plain filenames without ".txt"
    5. For example, I added two Trapezohedrons and it looks like this:
      'Dipyramids and Trapezohedra':['PentagonalTrapezohedron',
      'HexagonalTrapezohedron']
      • The line break after each line is not obligatory but recommended
    6. Next scrool down to the block starting with "# Event handler for the commandCreated event."
    7. After line 106 "dropdownItems1.add('Kepler-Poinsot Solids', False, '')" add a new line
    8. Insert as follows:
      dropdownItems1.add('Categoryname', False, '')
      • Do not add a comma after this line
    9. In my example the line looks like this:
      dropdownItems1.add('Dipyramids and Trapezohedra', False, '')
    10. Save the file

    Finish and try out

    Go to Fusion and in the Addin menu stop and restart the addin or just restart Fusion.

    If the Polyhedron Generator does not appear where it did before, there is most likely something missing, in my case the comma after the first "]".

    If everything turned out right, you should now be able to find your added category(s) and Polyhedrons in the drop-down menu of the Addin 

     


  • Great tool, New updates broke it
    Clifford Compton | março 21, 2026 Download confirmado (O que é isto?)

    Seems like it stopped working with the new updates 


  • Broken?
    Logan Johnson | março 16, 2026 Download confirmado (O que é isto?)

    Tool seems great! FYI, when trying to import shapes from the website, it says "problem with connecting to data"


  • Still works great!
    Joe Shmo | novembro 22, 2025 Download confirmado (O que é isto?)

    I needed a dodecahedron for a project and this got me started. This simple add in really made my life better. Thank you!


  • I NEED MAKE POLYHEDRON
    Keegan Leven Lagrimas | junho 05, 2025 Download confirmado (O que é isto?)

    I want to make polyhedron


  • Works on OS X w/ some fiddling
    Jake Brownson | janeiro 22, 2024 Download confirmado (O que é isto?)

    I was able to run this on OS X by installing the MSI on a Windows machine and copying the files to the appropriate folder on OS X. In order to use it without "Custom Weblink" I had to modify line 231 to have a '/' instead of '\\'. Thanks to the author for publishing this add-in.

    Evan Stanhope | novembro 16, 2024

    Could you make a tutorial on how to do this


  • At last
    John Packer | dezembro 01, 2023 Download confirmado (O que é isto?)

    After wasting countless hours looking for ways of getting big dual geodesics into Fusion - this shows up. Perfect.


  • Great tool!
    Garrin Felber | agosto 11, 2021 Download confirmado (O que é isto?)

    Great add-in! Contains a lot of shapes AND ability to download thousands more from their web site. VERY WELL DONE! Thanks!

Ir para o início