Use an "epsilon" in cutThruAll

This commit is contained in:
Adam Urbańczyk
2019-02-07 19:46:44 +01:00
committed by GitHub
parent d06866e227
commit 8e4002cd8d

View File

@ -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)