mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-03 17:05:43 +02:00
New Slic3r::TriangleMesh::XS->ToPerl() method
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
#include <admesh/stl.h>
|
||||
|
||||
extern "C" {
|
||||
#include "EXTERN.h"
|
||||
#include "perl.h"
|
||||
#include "XSUB.h"
|
||||
#include "ppport.h"
|
||||
}
|
||||
|
||||
class TriangleMesh
|
||||
{
|
||||
public:
|
||||
@@ -8,6 +15,7 @@ class TriangleMesh
|
||||
void ReadSTLFile(char* input_file);
|
||||
void Repair();
|
||||
void WriteOBJFile(char* output_file);
|
||||
AV* ToPerl();
|
||||
private:
|
||||
stl_file stl;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user