Skip to content

Instantly share code, notes, and snippets.

@madhephaestus
Last active February 1, 2025 21:16
Show Gist options
  • Select an option

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

Select an option

Save madhephaestus/9b7b38fb2e2d3c3a2d3ee734c83b7e9d to your computer and use it in GitHub Desktop.
parts that have chamfered
/.settings
/.project
/.classpath
/.cproject
/cache/
/*.class
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