beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

Polyhedron_v2 Op



Polyhedron
Namespace: Ops.Gl.Meshes

Op author: pandur

Uses conway-heart by mikolalysenko
Test Patches: 1 Test
Uses library: conway-heart (polyhedral notation interpreter)

Generate polyhedron meshes


Generate and modify polyhedron meshes to create complex topologies.

See this page for more information about the notation:
https://github.com/mikolalysenko/conway-hart

Seeds:

  • "T" Tetrahedron
  • "C" Cube
  • "O" Octahedron
  • "D" Dodecahedron
  • "I" Icosahedron
  • "Pn" Prism
  • "An" Antiprism
  • "Yn" Pyramid

Operations:

  • a Ambo
  • b Bevel
  • c Canonicalize
  • d Dual
  • e Expand
  • g Gyro
  • j Join
  • kn Kis
  • m Meta
  • o Ortho
  • p Propellor
  • r Reflect
  • s Split
  • tn Truncate

uses lib: https://github.com/mikolalysenko/conway-hart



Inputs

Receipt (String)

Outputs

Geometry (Object)

Caught a mistake or want to contribute to the documentation?

Edit Documentation 

polyhedron example


Patches using Polyhedron_v2

  • Examples (2)
  • Public
  • My Patches

Changelog


cloned op from Ops.Gl.Meshes.Polyhedron
2021-11-16 - stephan
fixed crash when using illegal seed
2022-03-07 - stephan