WLJS LogoWLJS Notebook

SnubPolyhedron

SnubPolyhedron[poly] gives the snub polyhedron of poly by truncating some corners.

Examples

Create a snub cube from a cube:

SnubPolyhedron["Cube"]

Get the snub dodecahedron:

Graphics3D[SnubPolyhedron["Dodecahedron"]]

Compare with the original polyhedron:

GraphicsRow[{
  Graphics3D[Polyhedron["Tetrahedron"]],
  Graphics3D[SnubPolyhedron["Tetrahedron"]]
}]

Please visit the official Wolfram Language Reference for more details.

On this page