Search found 3 matches

by parhelie
Wed Jun 04, 2008 6:46 am
Forum: QCAD 2.1/2.2 Developers
Topic: how to save?
Replies: 3
Views: 36107

Yes, it is!

Code: Select all

/**
 * example 
 *
 * Creates and save a drawing.
 */
function main() {
    var app = new App();
    app.fileNew();
    /* here the drawing ....*/
     app.fileSave('DrawingName.dxf'); 
}
Too easy 8)
by parhelie
Sun Jun 01, 2008 8:54 am
Forum: QCAD 2.1/2.2 Developers
Topic: how to save?
Replies: 3
Views: 36107

It is really sad. Thank you all the same :cry:
by parhelie
Sat May 31, 2008 9:52 am
Forum: QCAD 2.1/2.2 Developers
Topic: how to save?
Replies: 3
Views: 36107

how to save?

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.

Go to advanced search