mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 15:21:21 -06:00
ExtrusionEntity and derived classes: Documented, short methods made
inline for efficiency and readability, grow() renamed to polygons_covered().
This commit is contained in:
parent
12b7818caa
commit
7b6b609df1
8 changed files with 92 additions and 167 deletions
|
@ -26,7 +26,7 @@
|
|||
bool is_infill();
|
||||
bool is_solid_infill();
|
||||
bool is_bridge();
|
||||
Polygons grow();
|
||||
Polygons polygons_covered();
|
||||
%{
|
||||
|
||||
ExtrusionPath*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue