[openscad] fix refine shape feature
This commit is contained in:
committed by
Yorik van Havre
parent
89ff7e16e2
commit
ee7b4054ce
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user