Merge branch 'dev' of https://github.com/prusa3d/PrusaSlicer into dev
This commit is contained in:
commit
0b093160f5
1 changed files with 1 additions and 3 deletions
|
@ -31,13 +31,11 @@
|
||||||
ExtrusionEntityCollection* flatten()
|
ExtrusionEntityCollection* flatten()
|
||||||
%code{%
|
%code{%
|
||||||
RETVAL = new ExtrusionEntityCollection();
|
RETVAL = new ExtrusionEntityCollection();
|
||||||
THIS->flatten(RETVAL);
|
*RETVAL = THIS->flatten();
|
||||||
%};
|
%};
|
||||||
double min_mm3_per_mm();
|
double min_mm3_per_mm();
|
||||||
bool empty()
|
bool empty()
|
||||||
%code{% RETVAL = THIS->entities.empty(); %};
|
%code{% RETVAL = THIS->entities.empty(); %};
|
||||||
std::vector<size_t> orig_indices()
|
|
||||||
%code{% RETVAL = THIS->orig_indices; %};
|
|
||||||
Polygons polygons_covered_by_width();
|
Polygons polygons_covered_by_width();
|
||||||
Polygons polygons_covered_by_spacing();
|
Polygons polygons_covered_by_spacing();
|
||||||
%{
|
%{
|
||||||
|
|
Loading…
Add table
Reference in a new issue