Skip to content

Instantly share code, notes, and snippets.

@madhephaestus
Last active January 17, 2020 20:47
Show Gist options
  • Save madhephaestus/cc889f5408b241d54762abb11a9008ce to your computer and use it in GitHub Desktop.
Save madhephaestus/cc889f5408b241d54762abb11a9008ce to your computer and use it in GitHub Desktop.
testing the cad system in kotlin
import eu.mihosoft.vrl.v3d.*
Cube( 40.0,// X dimention
60.0,// Y dimention
80.0// Z dimention
).toCSG()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment