* generate output file from a CSG/CAG object or array of CSG/CAG objects * @param {String} outputFormat the output file format * @param {Object} objects the CSG/CAG object or array of CSG/CAG objects
(outputFormat, objects)
| 42 | * @param {Object} objects the CSG/CAG object or array of CSG/CAG objects |
| 43 | */ |
| 44 | function generateOutput (outputFormat, objects) { |
| 45 | return convertToBlob(prepareOutput(objects, {format: outputFormat})) |
| 46 | } |
| 47 | |
| 48 | module.exports = {generateOutput, compile} |
no test coverage detected