Last active
January 17, 2020 20:47
-
-
Save madhephaestus/cc889f5408b241d54762abb11a9008ce to your computer and use it in GitHub Desktop.
testing the cad system in kotlin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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