> ## 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.

# Regular Polyhedron Generator

> AI context for Regular 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/regular-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 the five platonic polyhedra (tetrahedron, cube, octahedron, icosahedron, dodecahedron) with options to create uniform truncated, rectified, omnitruncated or custom versions.

## Package Details

| Field            | Value                                                                                                            |
| ---------------- | ---------------------------------------------------------------------------------------------------------------- |
| **ID**           | `regular-polyhedron-generator`                                                                                   |
| **Type**         | Block                                                                                                            |
| **Author**       | DaveMakesStuff                                                                                                   |
| **Version**      | 0.1.0                                                                                                            |
| **nTop Version** | 4.26+                                                                                                            |
| **Domain**       | Geometry                                                                                                         |
| **Complexity**   | Intermediate                                                                                                     |
| **Tags**         | `tetrahedron`, `octahedron`, `icosahedron`, `dodecahedron`, `platonic`, `Archimedean`, `polyhedra`, `polyhedron` |
| **License**      | MIT                                                                                                              |
| **Verified**     | No                                                                                                               |

***

Generate the five platonic polyhedra (tetrahedron, cube, octahedron, icosahedron, dodecahedron) with options to create uniform truncated, rectified, omnitruncated or custom versions.

[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/regular-polyhedron-generator/`.

## Usage

1. Open the provided `.ntop` file in nTop 4.26+.
2. Select base Platonic polyhedron and radius
3. Select modifications to be performed

## Inputs & outputs

| Name                 | Type         | Notes                                                                                                                                          |
| -------------------- | ------------ | ---------------------------------------------------------------------------------------------------------------------------------------------- |
| `Base Polyhedron`    | Choice       | Select base polyhedron (tetrahedron, cube, octahedron, icosahedron, dodecahedron)                                                              |
| `Radius`             | Scalar Value | Radius of polyhedron                                                                                                                           |
| `Modify`             | Choice       | Select from a series of geometric modifications to be performed on the base polyhedron (uniform truncated, rectified, omnitruncated or custom) |
| `u`                  | Scalar Value | An input value to use when "Custom" is selected as a "Modify" choice                                                                           |
| `v`                  | Scalar Value | An input value to use when "Custom" is selected as a "Modify" choice                                                                           |
| `Regular Polyhedron` | Graph        | Main output                                                                                                                                    |

## License

MIT.

***

## Source

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