Make infill_only_where_needed idempotent. #2198

This commit is contained in:
Alessandro Ranellucci 2014-12-24 01:29:36 +01:00
parent 350d634433
commit 5d3cd792eb
2 changed files with 21 additions and 9 deletions

View file

@ -17,6 +17,7 @@
double area();
bool is_solid() const;
bool is_external() const;
bool is_internal() const;
bool is_bottom() const;
bool is_bridge() const;
%{