Multiple polygon painting functional and with unittests.

This commit is contained in:
Juan Pablo Caram
2016-09-25 13:11:03 -04:00
parent 7a9a84c781
commit 38c44749f1
2 changed files with 235 additions and 0 deletions

View File

@@ -1346,6 +1346,14 @@ class FlatCAMGeometry(FlatCAMObj, Geometry):
self.app.worker_task.emit({'fcn': job_thread, 'params': [self.app]})
def paint_poly_all(self, tooldia, overlap, outname=None):
"""
Paints all polygons in this object.
:param tooldia:
:param overlap:
:param outname:
:return:
"""
proc = self.app.proc_container.new("Painting polygon.")