- isBinarySTL
bool isBinarySTL(S filePath)
Undocumented in source. Be warned that the author may not have intended to support it.
- readAsciiFile
void readAsciiFile(STL stl, S filePath)
Undocumented in source. Be warned that the author may not have intended to support it.
- readBinaryFile
void readBinaryFile(STL stl, S filePath)
Undocumented in source. Be warned that the author may not have intended to support it.
- readSTL
STL readSTL(string filePath)
Undocumented in source. Be warned that the author may not have intended to support it.
- toAsciiSTLFile
void toAsciiSTLFile(STL stl, string filePath)
Undocumented in source. Be warned that the author may not have intended to support it.
- toBinarySTLFile
void toBinarySTLFile(STL stl, string filePath)
Undocumented in source. Be warned that the author may not have intended to support it.
- toOBJFile
void toOBJFile(STL stl, string filePath)
Undocumented in source. Be warned that the author may not have intended to support it.
Some utility for reading and writing both ASCII and binary STL files
based on https://en.wikipedia.org/wiki/STL_(file_format)