+ fixes #0001543: OpenSCAD.RefineShape Features breaks Placement for 'faces'

This commit is contained in:
Sebastian Hoogen 2014-05-14 19:12:31 +02:00 committed by Yorik van Havre
parent 27a2e52d66
commit 941fc5c992

View File

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