- some modifications to ToolCutout

This commit is contained in:
Marius Stanciu
2019-05-13 01:57:37 +03:00
parent c9a09b00c0
commit 01c0f901ff
3 changed files with 105 additions and 7 deletions

View File

@@ -204,7 +204,8 @@ class Geometry(object):
def subtract_polygon(self, points):
"""
Subtract polygon from the given object. This only operates on the paths in the original geometry, i.e. it converts polygons into paths.
Subtract polygon from the given object. This only operates on the paths in the original geometry,
i.e. it converts polygons into paths.
:param points: The vertices of the polygon.
:return: none