Skip to content

Instantly share code, notes, and snippets.

@madhephaestus
Last active June 28, 2024 00:50
Show Gist options
  • Select an option

  • Save madhephaestus/a888cd4c5d10110444f2a78be7f55ca7 to your computer and use it in GitHub Desktop.

Select an option

Save madhephaestus/a888cd4c5d10110444f2a78be7f55ca7 to your computer and use it in GitHub Desktop.
Adding new file from BowlerStudio
/.settings
/.project
/.classpath
/.cproject
/cache/
/*.class
import eu.mihosoft.vrl.v3d.CSG
import eu.mihosoft.vrl.v3d.Cube
CSG part = new Cube(5, 1, 5).toCSG()
return part;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment