+ fixes #0001543: OpenSCAD.RefineShape Features breaks Placement for 'faces'
This commit is contained in:
parent
27a2e52d66
commit
941fc5c992
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user