Search found 9026 matches

by andrew
Thu Jan 15, 2015 11:50 am
Forum: QCAD Programming, Script Programming and Contributing
Topic: Adding objects in a batch
Replies: 10
Views: 17599

Re: Adding objects in a batch

Can you pst a bit more code (what operation are you using, how do you apply the operation), thanks.
by andrew
Thu Jan 15, 2015 11:42 am
Forum: QCAD Suggestions and Feedback
Topic: Vote for "make selected layer default parent for new layer"
Replies: 5
Views: 10174

Re: Vote for "make selected layer default parent for new lay

I'm with Clive on this one. Creating top layers should be as easy / quick as possible. Most users don't even know / care about sublayers. How about a separate tool to create a sub layer of the current layer instead? Oh wait - it's already there! :) - Select a layer to be the parent layer of your new...
by andrew
Wed Jan 14, 2015 3:23 pm
Forum: QCAD Troubleshooting and Problems
Topic: Screen Flashing
Replies: 8
Views: 9836

Re: Screen Flashing

One thing you could try is to reset QCAD to its default configuration by deleting the file /Users/your name/.config/QCAD/QCAD3.ini Another thing I would try is to rule out individual tool bars and dock widgets as possible cause by hiding one after another and check if the problem persists (you can a...
by andrew
Tue Jan 13, 2015 8:36 pm
Forum: QCAD Professional
Topic: Problème d'ouverture .dwg
Replies: 2
Views: 6728

Re: Problème d'ouverture .dwg

Peut-être, vous pouvez me envoyer un courriel le fichier zippé. Merci.

Perhaps, you can e-mail me the zipped file instead. Thanks.
by andrew
Mon Jan 12, 2015 9:36 pm
Forum: QCAD Professional
Topic: Endpunkt-Ecke eines Polygons aus einer Polylinie abrunden?
Replies: 8
Views: 10779

Re: Endpunkt-Ecke eines Polygons aus einer Polylinie abrunde

Nein, diese Problem wurde noch nicht behoben. Dem Fortschritt des Problems kann im Bugtracker gefolgt werden:
http://www.qcad.org/bugtracker/index.ph ... sk_id=1151
by andrew
Mon Jan 12, 2015 9:35 pm
Forum: QCAD Professional
Topic: Dilatation und Erosion von Polygonen bzw. Polylines?
Replies: 2
Views: 4095

Re: Dilatation und Erosion von Polygonen bzw. Polylines?

Nein, das klingt schon sehr speziell für ein generisches CAD System. Die Skriptschnittstelle von QCAD könnte aber natürlich dazu verwendet werden, ein solches Werkzeug zu erstellen.
by andrew
Mon Jan 12, 2015 3:14 pm
Forum: QCAD/CAM
Topic: Export to HPGL or HPGL2
Replies: 1
Views: 7334

Re: Export to HPGL or HPGL2

I haven't done much with HP/GL yet, but here's an initial, very simple configuration you could use as a base for your own, derived configuration.

To use this configuration, simply save the attached file into scripts/Cam/CamConfigurations of your QCAD/CAM installation.
by andrew
Mon Jan 12, 2015 2:49 pm
Forum: QCAD 'How Do I' Questions
Topic: Import JPEG
Replies: 1
Views: 4252

Re: Import JPEG

Try Draw > Insert Bitmap
by andrew
Mon Jan 12, 2015 11:44 am
Forum: QCAD Installation and Upgrades
Topic: [solved] Linux: Cannot open shared object file
Replies: 2
Views: 12485

Re: Linux: Cannot open shared object file

Please install the required dependency (Mesa GLU library). The package is likely called "mesa-libGLU" or similar (search your package manager for "GLU" or "mesa"). If you are running 64-bit QCAD on a 64-bit Linux system or 32-bit QCAD on a 32-bit Linux System: Debian or Ubuntu : apt-get install libg...
by andrew
Mon Jan 12, 2015 10:26 am
Forum: QCAD Installation and Upgrades
Topic: [solved] Linux: Cannot open shared object file
Replies: 2
Views: 12485

[solved] Linux: Cannot open shared object file

From a QCAD user:
Running QCAD yields the following error (or similar):

"./qcad-bin: error while loading shared libraries: libGLU.so.1: cannot
open shared object file: No such file or directory"
by andrew
Mon Jan 12, 2015 10:24 am
Forum: QCAD Installation and Upgrades
Topic: [solved] Problem with installation on Kubuntu 14.04
Replies: 2
Views: 10747

Re: Problem with installation on Kubuntu 14.04

It looks like you are opening the installer file inside a text editor instead of running it. Please execute (run) it instead as an application. You can find detailed instructions for installation on Ubuntu based systems at: http://www.qcad.org/en/component/content/article/9-uncategorised/138-qcad-in...
by andrew
Mon Jan 12, 2015 10:21 am
Forum: QCAD Programming, Script Programming and Contributing
Topic: how do I draw rich text by script?
Replies: 1
Views: 4316

Re: how do I draw rich text by script?

Have a look at the source tab of the text dialog. There you can see the exact escaped text sequence you can use for formatting rich text. You can also see this in the property editor, when selecting a text.
by andrew
Fri Jan 09, 2015 7:40 pm
Forum: QCAD 'Script Add-On & Plug-in challenge' - Work in Progress
Topic: model railroad track planning
Replies: 130
Views: 2724499

Re: model railroad track planning

smf: the folder name might very well be the problem. I'd generally recommend to create a ZIP file which contains the folder 'VCTrack' at the top level instead of only the sub folders and files. This also has the advantage that the user will get one clean folder after extracting and not a whole numbe...
by andrew
Fri Jan 09, 2015 6:26 pm
Forum: QCAD 'How Do I' Questions
Topic: Find Perpendicular Lines Meet on Line
Replies: 5
Views: 5915

Re: Find Perpendicular Lines Meet on Line

Andrew, your skills never cease to amaze me. Such a simple solution and it works perfectly. I really appreciate your time on this. No problem. By the way, I've gotten quite a large audience over on YouTube and I'm about to tell them all they need to buy QCAD Pro. I hope this generates some income f...
by andrew
Fri Jan 09, 2015 5:22 pm
Forum: QCAD 'How Do I' Questions
Topic: Find Perpendicular Lines Meet on Line
Replies: 5
Views: 5915

Re: Find Perpendicular Lines Meet on Line

If I understand your problem correctly, you can use Thales' theorem:

- Draw > Circle > Two Points
- First point is P, second is O
- Intersection between circle and line N is Q
Screen Shot 2015-01-09 at 17.21.15.png
Screen Shot 2015-01-09 at 17.21.15.png (18.14 KiB) Viewed 5909 times

Go to advanced search