New Slic3r::TriangleMesh::XS->ToPerl() method
This commit is contained in:
parent
ecdc2f077b
commit
d30b4f0310
4 changed files with 49 additions and 1 deletions
|
@ -10,6 +10,7 @@
|
|||
void ReadSTLFile(char* input_file);
|
||||
void Repair();
|
||||
void WriteOBJFile(char* output_file);
|
||||
AV* ToPerl();
|
||||
};
|
||||
|
||||
%package{Slic3r::TriangleMesh::XS};
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
%typemap{std::string};
|
||||
%typemap{std::vector<unsigned int>*};
|
||||
%typemap{std::vector<unsigned int>*};
|
||||
%typemap{SV*};
|
||||
%typemap{AV*};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue