enable autoSimplify for _combineWithBase
This commit is contained in:
parent
e1e8e038ed
commit
88c0195ba4
|
@ -1992,6 +1992,8 @@ class Workplane(CQ):
|
|||
r = baseSolid.fuse(obj)
|
||||
baseSolid.wrapped = r.wrapped
|
||||
|
||||
if self.ctx.autoSimplifyEnabled: r = r.simplify()
|
||||
|
||||
return self.newObject([r])
|
||||
|
||||
def combine(self):
|
||||
|
|
Loading…
Reference in New Issue
Block a user