[openscad] fix refine shape feature

This commit is contained in:
mwganson
2020-07-19 15:42:12 -05:00
committed by Yorik van Havre
parent 89ff7e16e2
commit ee7b4054ce

View File

@@ -273,10 +273,9 @@ class RefineShape:
def execute(self, fp):
if fp.Base and fp.Base.Shape.isValid():
#import freecad.OpenSCAD.OpenSCADUtils
import OpenSCADUtils
sh=fp.Base.Shape.removeSplitter()
fp.Shape=freecad.OpenSCAD.OpenSCADUtils.applyPlacement(sh)
fp.Shape=OpenSCADUtils.applyPlacement(sh)
class IncreaseTolerance:
'''increase the tolerance of every vertex