1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-25 10:15:50 +00:00

New TriangleMesh::XS->stats method

This commit is contained in:
Alessandro Ranellucci
2013-07-13 18:51:49 +02:00
parent 98726fdef4
commit b709acf10f
3 changed files with 25 additions and 2 deletions
-1
View File
@@ -22,7 +22,6 @@ class TriangleMesh
void Repair();
void WriteOBJFile(char* output_file);
AV* ToPerl();
private:
stl_file stl;
};