#include <STL_fwd.hpp>
Support for reading stereolithography files: https://en.wikipedia.org/wiki/STL_(file_format)
Definition at line 26 of file STL_fwd.hpp.
Static Public Member Functions | |
static std::vector< Triangle > | read (const std::string &filename) |
Read a binary STL file. More... | |
Classes | |
struct | Point |
Holds one 3d Point in a STL file. More... | |
struct | Triangle |
Holds one STL triangle, which consists of three points, a normal and an attribute. More... | |
|
static |
Read a binary STL file.
Ascii files are currently not supported.
filename | path to the file |