Polyhedron Generator
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.
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
Third, add the polyhedra to the menu
'Categoryname':['FilenameOfYourFirstPolyhedron',
'FilenameOfYourSecondPolyhedron']
'Dipyramids and Trapezohedra':['PentagonalTrapezohedron',
'HexagonalTrapezohedron']
dropdownItems1.add('Categoryname', False, '')
dropdownItems1.add('Dipyramids and Trapezohedra', False, '')
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
Seems like it stopped working with the new updates
Tool seems great! FYI, when trying to import shapes from the website, it says "problem with connecting to data"
I needed a dodecahedron for a project and this got me started. This simple add in really made my life better. Thank you!
I want to make polyhedron
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.
Could you make a tutorial on how to do this
After wasting countless hours looking for ways of getting big dual geodesics into Fusion - this shows up. Perfect.
Great add-in! Contains a lot of shapes AND ability to download thousands more from their web site. VERY WELL DONE! Thanks!