public interface IFileExporter extends Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
writeToFile(List<Facet> facets)
Do the actual export to file.
|
void writeToFile(List<Facet> facets) throws IOException
facets - the facets to export.
See the CSG.toFacets() methodIOException - if any IO error happens during the export.Copyright © 2014–2020, Printing in 3D. All rights reserved.