Python code of Hole Feature

This commit is contained in:
jrheinlaender
2013-09-16 20:15:34 +02:00
committed by Stefan Tröger
parent 91ab2987a7
commit 44fdff91f5
12 changed files with 3164 additions and 1 deletions

View File

@@ -42,6 +42,7 @@ class PartDesignWorkbench ( Workbench ):
from WizardShaft import WizardShaft
except ImportError:
print "Wizard shaft module cannot be loaded"
from FeatureHole import HoleGui
import PartDesignGui
import PartDesign
try: