Limit "Only retract when crossing perimeters" so that retraction is triggered also when crossing the boundaries of a single region. #2298

This commit is contained in:
Alessandro Ranellucci 2014-12-09 01:08:58 +01:00
parent 80c38b0113
commit c8596c5c58
8 changed files with 47 additions and 4 deletions

View file

@ -15,6 +15,7 @@ class SurfaceCollection
operator ExPolygons() const;
void simplify(double tolerance);
void group(std::vector<SurfacesPtr> *retval);
template <class T> bool any_internal_contains(const T &item) const;
};
}