Part: boolean splitt tools, remove trailing whitspaces
This commit is contained in:
parent
6378ad3aa7
commit
7c8b9a4b2c
|
@ -172,4 +172,3 @@ def cutout_legacy(shape_base, shape_tool, tolerance = 0.0):
|
||||||
shape_base = shapes_base[0]
|
shape_base = shapes_base[0]
|
||||||
pieces = compoundLeaves(shape_base.cut(shape_tool))
|
pieces = compoundLeaves(shape_base.cut(shape_tool))
|
||||||
return shapeOfMaxSize(pieces)
|
return shapeOfMaxSize(pieces)
|
||||||
|
|
||||||
|
|
|
@ -127,4 +127,3 @@ class FrozenClass(object):
|
||||||
|
|
||||||
def _unfreeze(self):
|
def _unfreeze(self):
|
||||||
self.__isfrozen = False
|
self.__isfrozen = False
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user