mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-23 00:31:11 -06:00
Remove ->ToPerl and add ->vertices and ->facets
This commit is contained in:
parent
6f1a1b546f
commit
a0bd152243
4 changed files with 46 additions and 40 deletions
|
@ -15,7 +15,6 @@ class TriangleMesh
|
|||
void ReadFromPerl(SV* vertices, SV* facets);
|
||||
void Repair();
|
||||
void WriteOBJFile(char* output_file);
|
||||
AV* ToPerl();
|
||||
stl_file stl;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue