Adapted dogbone unit test to the new depth values.

This commit is contained in:
Markus Lampert
2017-09-23 13:28:41 -07:00
parent 1039af6dcc
commit 059b3a4b42

View File

@@ -117,6 +117,12 @@ class TestDressupDogbone(PathTestBase):
profile = PathProfileFaces.Create('Profile Faces')
profile.Base = (cut, face)
profile.StepDown = 5
# set start and final depth in order to eliminate effects of stock (and its default values)
profile.StartDepthLock = True
profile.StartDepth = 10
profile.FinalDepthLock = True
profile.FinalDepth = 0
profile.processHoles = True
profile.processPerimeter = True
doc.recompute()