Public viewer

HollowCylinder

Published by Pamela-Hauff ยท Updated 2026-04-01T06:26:13 UTC

Published grammar

This page uses the same scene-first presentation as the gallery viewer while also showing the source grammar text.

Start -> DualScaleCylinderBody(19 2 3.2 0.5)

DualScaleCylinderBody(n r h w) -> 
  [ CylinderShell(n r h w) ]

CylinderShell(n r h w) n -> 
  A ( 360.0/n 1 ) [

    T ( r 1/2 0 )

    S ( w h 6.28*r/n )
    DSX ( 1 1 r/(r-w))

    I ( CubeX SilverBluePolishedMetal 1 ) ]

Viewer notes

Scene viewer is loaded from the embedded modular editor in read-only mode.
Orbit, zoom, grid, and axis widget remain available.
Use the gallery to jump between published grammars without leaving the live viewer workflow.