Search found 4 matches

by machinekoder
Thu Nov 14, 2019 12:29 pm
Forum: QCAD 'How Do I' Questions
Topic: Remove VIEWPORT Entity in saved DXF file
Replies: 1
Views: 2110

Remove VIEWPORT Entity in saved DXF file

Is there a way to prevent QCAD from writing a VIEWPORT Entity to the exported DXF file?

The exported file is read back by an external program that does not support VIEWPORT entities, so it would be great if I could somehow disable this feature in QCAD.

Thanks,
Alex
by machinekoder
Wed Oct 23, 2019 1:27 pm
Forum: QCAD 'How Do I' Questions
Topic: How do I select all entities inside a box from script
Replies: 0
Views: 4513

How do I select all entities inside a box from script

I want to select all entities inside a box using the cross selection option. I tried: include("scripts/Select/SelectRectangle/SelectRectangle.js"); var d = new RDocument(new RMemoryStorage(), new RSpatialIndexNavel()); var di = new RDocumentInterface(d); if (di.importFile(inFile) != RDocumentInterfa...
by machinekoder
Wed Oct 23, 2019 1:21 pm
Forum: QCAD 'How Do I' Questions
Topic: How can I use "Clip to Rectangle" in a script
Replies: 2
Views: 3202

Re: How can I use "Clip to Rectangle" in a script

Thanks. This works excellent.
by machinekoder
Tue Oct 15, 2019 2:01 pm
Forum: QCAD 'How Do I' Questions
Topic: How can I use "Clip to Rectangle" in a script
Replies: 2
Views: 3202

How can I use "Clip to Rectangle" in a script

How can I use the "Clip to Rectangle" feature (https://qcad.org/doc/qcad/latest/reference/en/scripts/Pro/Modify/ClipToRectangle/doc/ClipToRectangle_en.html) in a script? Alternatively, the dwg2maptiles cli tool would be very close to what I want to implement. Is the source code available somewhere? ...

Go to advanced search