Use the new OCC submodule structure

This commit is contained in:
adam-urbanczyk
2018-12-08 22:50:42 +01:00
parent 183e04ea8c
commit 42f7b69149
6 changed files with 62 additions and 62 deletions

View File

@ -83,7 +83,7 @@ class TestCadQuery(BaseTest):
r = r.toOCC()
import OCC
import OCC.Core as OCC
self.assertEqual(type(r), OCC.TopoDS.TopoDS_Compound)
def testToSVG(self):