Use an "epsilon" in cutThruAll
This commit is contained in:
@ -2444,7 +2444,7 @@ class Workplane(CQ):
|
||||
|
||||
see :py:meth:`cutBlind` to cut material to a limited depth
|
||||
"""
|
||||
maxDim = self.largestDimension()
|
||||
maxDim = self.largestDimension()*1.1 #for numerical stability
|
||||
if not positive:
|
||||
maxDim *= (-1.0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user