- some PEP8 changes in Geometry Editor and other minor changes

This commit is contained in:
Marius Stanciu
2020-04-20 00:12:58 +03:00
committed by Marius
parent 2dfcdc95e4
commit 5a5a18ef43
5 changed files with 224 additions and 102 deletions

View File

@@ -467,6 +467,9 @@ class Geometry(object):
self.units = self.app.defaults["units"]
self.decimals = self.app.decimals
self.drawing_tolerance = 0.0
self.tools = None
# Final geometry: MultiPolygon or list (of geometry constructs)
self.solid_geometry = None