You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 8, 2021. It is now read-only.
The sample index.html and main.js do not seem to work: the model file is read, but the sd.load() call does not seem to return.
When I try adjusting the load call, with:
sd.load('model/test.xml').then( model => { console.log("Valid = " + model[0].valid); drawing = model.drawing('#model1', true, false); });This returns valid, but gives the error:
..and the sim and project properties also seem to be missing.