ExtrusionEntity and derived classes: Documented, short methods made

inline for efficiency and readability, grow() renamed to polygons_covered().
This commit is contained in:
bubnikv 2016-11-03 10:24:32 +01:00
parent 12b7818caa
commit 7b6b609df1
8 changed files with 92 additions and 167 deletions

View file

@ -38,7 +38,7 @@
%code{% RETVAL = THIS->entities.empty(); %};
std::vector<size_t> orig_indices()
%code{% RETVAL = THIS->orig_indices; %};
Polygons grow();
Polygons polygons_covered();
%{
SV*

View file

@ -30,7 +30,7 @@
bool is_perimeter();
bool is_infill();
bool is_solid_infill();
Polygons grow();
Polygons polygons_covered();
%{
SV*

View file

@ -26,7 +26,7 @@
bool is_infill();
bool is_solid_infill();
bool is_bridge();
Polygons grow();
Polygons polygons_covered();
%{
ExtrusionPath*