libslic3r
Library for generating gcode from 3d models
Static Public Member Functions | List of all members
Slic3r::IO::STL Class Reference

#include <IO.hpp>

Static Public Member Functions

static bool read (std::string input_file, TriangleMesh *mesh)
 
static bool read (std::string input_file, Model *model)
 
static bool write (Model &model, std::string output_file, bool binary=true)
 
static bool write (TriangleMesh &mesh, std::string output_file, bool binary=true)
 

Member Function Documentation

◆ read() [1/2]

bool Slic3r::IO::STL::read ( std::string  input_file,
TriangleMesh mesh 
)
static

◆ read() [2/2]

bool Slic3r::IO::STL::read ( std::string  input_file,
Model model 
)
static

◆ write() [1/2]

bool Slic3r::IO::STL::write ( Model model,
std::string  output_file,
bool  binary = true 
)
static

◆ write() [2/2]

bool Slic3r::IO::STL::write ( TriangleMesh mesh,
std::string  output_file,
bool  binary = true 
)
static

The documentation for this class was generated from the following files: