starting implementing assembly
This commit is contained in:
parent
07e9c5cd8d
commit
33318314d8
|
@ -44,7 +44,7 @@ void AppAssemblyExport initAssembly()
|
|||
// load dependend module
|
||||
try {
|
||||
Base::Interpreter().loadModule("Part");
|
||||
//Base::Interpreter().loadModule("Mesh");
|
||||
Base::Interpreter().loadModule("PartDesign");
|
||||
}
|
||||
catch(const Base::Exception& e) {
|
||||
PyErr_SetString(PyExc_ImportError, e.what());
|
||||
|
|
Loading…
Reference in New Issue
Block a user