Last active
February 1, 2025 21:16
-
-
Save madhephaestus/9b7b38fb2e2d3c3a2d3ee734c83b7e9d to your computer and use it in GitHub Desktop.
parts that have chamfered
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
| /.settings | |
| /.project | |
| /.classpath | |
| /.cproject | |
| /cache/ | |
| /*.class |
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.CSG | |
| import eu.mihosoft.vrl.v3d.ChamferedCube | |
| CSG thingy = new ChamferedCube( | |
| 30,// X | |
| 40, // Y | |
| 50, // Z | |
| 15 // Chamfer length | |
| ).toCSG() | |
| return |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment