3D Printing Wiki

Advancing 3D printing mastery

User Tools

Site Tools


04_projects:05_dome

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
04_projects:05_dome [2025/11/18 16:41] – [1.1. The Basics: Icosahedron and Dome Frequency] jattie04_projects:05_dome [2025/11/21 17:59] (current) – [Creating a Parametric Geodesic Dome in Fusion 360] jattie
Line 19: Line 19:
 ====== Creating a Parametric Geodesic Dome in Fusion 360 ====== ====== Creating a Parametric Geodesic Dome in Fusion 360 ======
  
-I tried to locate a simple and clear method to created a 3D dome morel in fusion 360 without realising how complicated the topic can seem if not understood from basic concepts. This document captures my discovery and with the constantly evolving internet where things lately seems to disappear, I document them here more so for my own reference, but with the hope that it can be useful for my fellow tinkerers too. +<WRAP center round important 60%> 
 +This page is still a mess and an untested unvalidated data dump.  
 +</WRAP> 
 + 
 + 
 +I tried to locate a simple and clear method to created a 3D dome morel in fusion 360 without realising how complicated the topic can seem if not understood from basic concepts. This document captures my discovery and with the constantly evolving internet where things lately seems to disappear, I document them here more so for my own reference, but with the hope that it can be useful for my fellow tinkerers too. ((https://www.youtube.com/@KristianLaholm)) ((https://mathcircle.berkeley.edu/sites/default/files/BMC6/ps0405/geodesic.pdf))
  
  
Line 35: Line 40:
  
  
-A geodesic dome is typically derived from an icosahedron—a polyhedron with 20 equilateral triangular faces. The process of creating a dome involves subdividing each triangular face into smaller triangles (increasing the "frequency") and projecting the new vertices onto a circumscribed sphere. The frequency (notated as 2V, 3V, etc.) determines the number of subdivisions per edge and thus the smoothness and complexity of the dome.+A geodesic dome is typically derived from an [[wp>icosahedron]] —a [[wp>polyhedron]] with 20 equilateral triangular faces. The process of creating a dome involves subdividing each triangular face into smaller triangles (increasing the "frequency") and projecting the new vertices onto a [[wp>circumscribed]] sphere. The frequency (notated as 2V, 3V, etc.) determines the number of subdivisions per edge and thus the smoothness and complexity of the dome.
  
   * **2V Dome**: Each edge of the icosahedron is divided into two segments, resulting in a relatively simple structure.   * **2V Dome**: Each edge of the icosahedron is divided into two segments, resulting in a relatively simple structure.
   * **3V Dome**: Each edge is divided into three segments, producing a denser, more spherical dome.   * **3V Dome**: Each edge is divided into three segments, producing a denser, more spherical dome.
-  * **Higher Frequencies**: 4V, 5V, and beyond yield even smoother domes but increase modeling and fabrication complexity.+  * **Higher Frequencies**: 4V, 5V, and beyond yield even smoother domes but increase modelling and fabrication complexity.
  
 The choice of frequency impacts not only the appearance but also the number of unique strut lengths and the ease of assembly. For most Fusion 360 users, 2V and 3V domes strike a practical balance between buildability and aesthetics. The choice of frequency impacts not only the appearance but also the number of unique strut lengths and the ease of assembly. For most Fusion 360 users, 2V and 3V domes strike a practical balance between buildability and aesthetics.
Line 61: Line 66:
 Before modeling, it's crucial to select a workflow that matches your goals for parametric control, efficiency, and downstream use (e.g., fabrication, visualization). The table below compares the main approaches: Before modeling, it's crucial to select a workflow that matches your goals for parametric control, efficiency, and downstream use (e.g., fabrication, visualization). The table below compares the main approaches:
  
-Method                        Parametric Control Efficiency Editable Geometry Community Support Complexity Best For                         +Method                        Parametric Control Efficiency Editable Geometry Community Support Complexity Best For                         ^
-|-------------------------------|--------------------|------------|-------------------|-------------------|-----------|----------------------------------|+
 | Native Fusion 360 Tools       | High               | Moderate   | High              | Extensive         | Moderate  | Custom, fully parametric domes   | | Native Fusion 360 Tools       | High               | Moderate   | High              | Extensive         | Moderate  | Custom, fully parametric domes   |
 | Community Scripts/Add-Ins     | Variable           | High       | Variable          | Moderate          | Low-High  | Quick geometry, less parametric  | | Community Scripts/Add-Ins     | Variable           | High       | Variable          | Moderate          | Low-High  | Quick geometry, less parametric  |
Line 77: Line 81:
  
  
-Before modeling, determine the strut lengths and angles for your chosen dome frequency and diameter. Trusted online calculators, such as those from Zip Tie Domes, provide detailed breakdowns for 2V, 3V, and higher-frequency domes, including strut lengths, panel dimensions, and connector angles.+Before modelling, determine the strut lengths and angles for your chosen dome frequency and diameter. Trusted online calculators, such as those from Zip Tie Domes, provide detailed breakdowns for 2V, 3V, and higher-frequency domes, including strut lengths, panel dimensions, and connector angles.
  
-- **Zip Tie Domes Calculators**: [2V Calculator](https://www.ziptiedomes.com/geodesic-dome-calculators/2v-geodesic-dome-calculator.htm), [3V Calculator](https://www.ziptiedomes.com/geodesic-dome-calculators/3v-3-8-geodesic-dome-calculator.htm), [Calculator Index](https://www.ziptiedomes.com/geodesic-dome-calculators/geodesic-dome-calculator-index.htm) +  - **Zip Tie Domes Calculators**: [[https://www.ziptiedomes.com/geodesic-dome-calculators/2v-geodesic-dome-calculator.htm|2V Calculator]], [[https://www.ziptiedomes.com/geodesic-dome-calculators/3v-3-8-geodesic-dome-calculator.htm|3V Calculator]], [[https://www.ziptiedomes.com/geodesic-dome-calculators/geodesic-dome-calculator-index.htm|Calculator Index]] 
-- **SimplyDifferently.org**: Offers mathematical notes and calculators for various dome types. +  - **SimplyDifferently.org**: Offers mathematical notes and calculators for various dome types. 
-- **DomeCalc (Python Script)**: For advanced users, [DomeCalc](https://github.com/d3v-null/DomeCalccomputes optimal strut lengths and material usage.+  - **DomeCalc (Python Script)**: For advanced users, [[https://github.com/d3v-null/DomeCalc|DomeCalc]] computes optimal strut lengths and material usage.
  
-**Tip:** Record the strut lengths and angles for reference during modeling. For parametric workflows, plan to input these as user parameters in Fusion 360.+**Tip:** Record the strut lengths and angles for reference during modelling. For parametric workflows, plan to input these as user parameters in Fusion 360.
  
 ====  3.2. Downloadable Fusion 360 Files and Templates ==== ====  3.2. Downloadable Fusion 360 Files and Templates ====
Line 90: Line 94:
 Several Autodesk Community threads and YouTube tutorials share .f3d files for 2V and 3V domes. These can be used as starting points or for study: Several Autodesk Community threads and YouTube tutorials share .f3d files for 2V and 3V domes. These can be used as starting points or for study:
  
-[Autodesk Forum: Geodesic Dome 2V/3V](https://forums.autodesk.com/t5/fusion-design-validate-document/geodesic-dome-2v-3v/td-p/8484392(includes .f3d attachments) +  * [[https://forums.autodesk.com/t5/fusion-design-validate-document/geodesic-dome-2v-3v/td-p/8484392|Autodesk Forum: Geodesic Dome 2V/3V]] (includes .f3d attachments) 
-[YouTube: 2V Icosahedron Dome](https://www.youtube.com/watch?v=O0rqha3XeWY+  * [[https://www.youtube.com/watch?v=O0rqha3XeWY|YouTube: 2V Icosahedron Dome]] 
-- [YouTube: 3V Geosphere Workflow](https://www.youtube.com/watch?v=p7kMyu1y6pE)+  * [[https://www.youtube.com/watch?v=p7kMyu1y6pE|YouTube: 3V Geosphere Workflow]]
  
 **Note:** While templates are convenient, they may not be fully parametric or editable. Always check the timeline and parameters before adapting them for your project. **Note:** While templates are convenient, they may not be fully parametric or editable. Always check the timeline and parameters before adapting them for your project.
04_projects/05_dome.1763484096.txt.gz · Last modified: by jattie