i'm writing a script which would make many drawings and would record it in different files.
i dont found the command.
thaks for your help.
Moderator: andrew
/**
* example
*
* Creates and save a drawing.
*/
function main() {
var app = new App();
app.fileNew();
/* here the drawing ....*/
app.fileSave('DrawingName.dxf');
}Return to QCAD 2.1/2.2 Developers
Users browsing this forum: No registered users and 2 guests