|
@@ -187,7 +187,9 @@ export class ParserOrchestrator {
|
|
|
auxEr += "* object.elementClass NOT implemented yet! Look iGeomJS code or try to report this to iGeomJS developers..."; //D
|
|
|
break;
|
|
|
}
|
|
|
+ console.log("parser-orchestrator.js!draw(object): object.elementClass=" + object.elementClass + ", now drawer.draw(.) this object"); //D
|
|
|
drawer.draw({ attrs: { genericObject: object } }); // ./app/core/drawers/drawer.js // ", genericObject=" + JSON.stringify(genericObject)
|
|
|
+
|
|
|
} catch (error) { console.log("parser-orchestrator.js!draw(object): error " + error + "\n * " + auxEr); }
|
|
|
} // draw(object)
|
|
|
|