Attempting to track down an exception with importing a STEP file.

This commit is contained in:
Jeremy Wright 2014-08-18 15:19:52 -04:00
parent eab2338cf3
commit 7b3b02133f

View File

@ -21,6 +21,7 @@
"""
import cadquery
from .verutil import fc_import
from .freecad_impl.shapes import Shape
FreeCAD = fc_import("FreeCAD")
Part = fc_import("FreeCAD.Part")