The chamfered cube is just like the cube, but it lets you chamfer the corners of a cube. You can specify the height of the chamfer on the corners.

/.settings
/.project
/.classpath
/.cproject
/cache/
/*.class
view raw .gitignore hosted with ❤ by GitHub
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