libslic3r
Library for generating gcode from 3d models
|
3MF Editor class responsible for reading and writing 3mf files. More...
#include <TMF.hpp>
Public Member Functions | |
TMFEditor (std::string input_file, Model *_model) | |
bool | produce_TMF () |
Write TMF function called by TMF::write() function. More... | |
bool | consume_TMF () |
Read TMF function called by TMF::read() function. More... | |
~TMFEditor () | |
Public Attributes | |
const std::map< std::string, std::string > | namespaces |
Namespaces in the 3MF document. More... | |
3MF Editor class responsible for reading and writing 3mf files.
|
inline |
Slic3r::IO::TMFEditor::~TMFEditor | ( | ) |
bool Slic3r::IO::TMFEditor::consume_TMF | ( | ) |
Read TMF function called by TMF::read() function.
bool Slic3r::IO::TMFEditor::produce_TMF | ( | ) |
Write TMF function called by TMF::write() function.
const std::map<std::string, std::string> Slic3r::IO::TMFEditor::namespaces |
Namespaces in the 3MF document.