4f0c6dd879
First, the same direction segments are chained as before, but this time the remaining open polylines are collected to be processed in the 2nd step. Second, the remaining open polylines are connected by a greedy algorithm disregarding their original orientation. As the orientation of loops created by the 2nd step is mixed, the orientation of these loops is unknown, therfore a CCW orientation is enforced. The CCW heuristics may fill holes and cavities, but no outer geometry will be lost. |
||
---|---|---|
.. | ||
lib/Slic3r | ||
src | ||
t | ||
xsp | ||
CMakeLists.txt | ||
main.xs.in |