> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ntop.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Goldberg Polyhedron Generator

> AI context for Goldberg Polyhedron Generator. Not linked in navigation.

> This page is for AI assistant context only. To use this package, visit [community.ntop.com](https://community.ntop.com/packages/DaveMakesStuff/goldberg-polyhedron-generator).

> **Community submission — not verified by nTop.** This package was submitted by an outside community member and has not been reviewed or verified by nTop. Treat its accuracy, safety, and compatibility claims with appropriate caution.

## Summary

Generate a Goldberg polyhedron using inputs m and n to modify the number and orientation of faces.

## Package Details

| Field            | Value                                                                                          |
| ---------------- | ---------------------------------------------------------------------------------------------- |
| **ID**           | `goldberg-polyhedron-generator`                                                                |
| **Type**         | Block                                                                                          |
| **Author**       | DaveMakesStuff                                                                                 |
| **Version**      | 0.1.0                                                                                          |
| **nTop Version** | 4.26+                                                                                          |
| **Domain**       | Geometry                                                                                       |
| **Complexity**   | Intermediate                                                                                   |
| **Tags**         | `graph`, `polyhedra`, `polyhedron`, `Goldberg`, `hexagon`, `pentagon`, `icosahedron`, `sphere` |
| **License**      | MIT                                                                                            |
| **Verified**     | No                                                                                             |

***

Generate a Goldberg polyhedron using inputs m and n to modify the number and orientation of faces.

[Watch the Tutorial Video](https://youtu.be/fglKoqLZsY0)

To create a mesh, drag and drop the graph vertices into the "Delaunay Volume Mesh" block.

To create an implicit, drag and drop the mesh into the “Implicit Body from Mesh” block.

## Installation

Clone this repo or copy the package folder into your nTop workspace:

```bash theme={null}
git clone https://github.com/nTopology/Utilities-community.git
```

The package lives at `packages/DaveMakesStuff/goldberg-polyhedron-generator/`.

## Usage

1. Open the provided `.ntop` file in nTop 4.26+.
2. Input values for radius, m, and n variables.
3. Select "Icosahedral" or "spherical" output

## Inputs & outputs

| Name                  | Type          | Notes                                       |
| --------------------- | ------------- | ------------------------------------------- |
| `Radius`              | Scalar value  | Radius of polyhedron                        |
| `m`                   | Integer value | Defines the number and orientation of faces |
| `n`                   | Integer value | Defines the number and orientation of faces |
| `Cage Type`           | Choice        | Select "Icosahedral" or "spherical" output  |
| `Goldberg Polyhedron` | Graph         | Main result                                 |

## License

MIT.

***

## Source

[https://community.ntop.com/packages/DaveMakesStuff/goldberg-polyhedron-generator](https://community.ntop.com/packages/DaveMakesStuff/goldberg-polyhedron-generator)
