PDN: Add simple hole test

This commit is contained in:
Kurt Kremitzki
2017-08-07 03:38:08 -05:00
committed by Yorik van Havre
parent 58722a4b27
commit 0639b7f113
4 changed files with 75 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ from PartDesignTests.TestShapeBinder import TestShapeBinder
# additive/subtractive features & primitives
from PartDesignTests.TestPad import TestPad
from PartDesignTests.TestPocket import TestPocket
from PartDesignTests.TestHole import TestHole
from PartDesignTests.TestRevolve import TestRevolve
from PartDesignTests.TestPipe import TestPipe
from PartDesignTests.TestLoft import TestLoft