@@ -38,16 +38,6 @@ PyMOD_INIT_FUNC(JtReader)
|
||||
// load dependent module
|
||||
Base::Interpreter().loadModule("Mesh");
|
||||
|
||||
// Initialize JtTk
|
||||
// JtkEntityFactory::init();
|
||||
|
||||
// Note, non-evaluation JT Open Toolkit licensees must uncomment the
|
||||
// following line, inserting their "Sold_To_ID". Each licensee has a
|
||||
// unique Sold_To_ID issued by UGS Corp.
|
||||
//
|
||||
// JtkEntityFactory::registerCustomer( 1103193 );
|
||||
// JtkEntityFactory::registerCustomer(1103103);
|
||||
|
||||
Base::Console().Log("Loading JtReader module... done\n");
|
||||
|
||||
PyMOD_Return(jtReaderModule);
|
||||
|
||||
Reference in New Issue
Block a user