miho / JCSG

Java implementation of BSP based CSG (Constructive Solid Geometry)
Other
177 stars 52 forks source link

Calculate Volume of CSG #51

Closed miho closed 5 years ago

miho commented 5 years ago

We should add calculateVolume() and calculateSurfaceArea() methods for CSG objects since this library is used for 3d printing where it's nice to know/estimate how much filament is needed.