I just started scripting, and i wonder if the API doc (http://www.ribbonsoft.com/qcadlib_qcadscripting_classref.html) is up-to-date?
E.g.
- Code: Select all
var doc = new Document();
doc.firstEntity().getEntity();
According to the API, there should be a getEntity function (http://www.ribbonsoft.com/qcadscripting/classref/class_q_s___entity_wrapper.html), but there isn't. How can I generate an up-to-date version of the API for the current professional edition, preferable with inheritances to qsa base classes?
Thanks for reading!
chri
