mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 00:26:00 +08:00
expose mesh transform cloning to perl
This commit is contained in:
parent
a9a14225b2
commit
89ed376553
@ -20,6 +20,8 @@
|
||||
void align_to_bed();
|
||||
void transform(TransformationMatrix* trafo)
|
||||
%code{% THIS->transform(*trafo); %};
|
||||
Clone<TriangleMesh> get_transformed_mesh(TransformationMatrix* trafo)
|
||||
%code{% RETVAL=THIS->get_transformed_mesh(*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