Use the new OCC submodule structure
This commit is contained in:
@ -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):
|
||||
|
Reference in New Issue
Block a user