mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-05 20:36:07 +08:00
add transform function to perl interface
This commit is contained in:
parent
fb418b6c60
commit
e755634c21
@ -18,6 +18,8 @@
|
||||
float volume();
|
||||
void WriteOBJFile(std::string output_file);
|
||||
void align_to_bed();
|
||||
void transform(TransformationMatrix* trafo)
|
||||
%code{% THIS->transform(*trafo); %};
|
||||
TriangleMeshPtrs split();
|
||||
TriangleMeshPtrs cut_by_grid(Pointf* grid)
|
||||
%code{% RETVAL = THIS->cut_by_grid(*grid); %};
|
||||
|
Loading…
x
Reference in New Issue
Block a user