Skip to content

Instantly share code, notes, and snippets.

@aravindk2604
Forked from madhephaestus/cube.groovy
Created July 8, 2017 19:13
Show Gist options
  • Select an option

  • Save aravindk2604/ad44689a27dcbb29f1f42390b09f4440 to your computer and use it in GitHub Desktop.

Select an option

Save aravindk2604/ad44689a27dcbb29f1f42390b09f4440 to your computer and use it in GitHub Desktop.
return new Cube( 40,// X dimention
60,// Y dimention
200// Z dimention
).toCSG()// this converts from the geometry to an object we can work with
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment