Search found 9028 matches

by andrew
Tue Jan 20, 2015 8:44 pm
Forum: QCAD Programming, Script Programming and Contributing
Topic: Identify Entity Intersection with Script
Replies: 5
Views: 7200

Re: Identify Entity Intersection with Script

OK, thanks. I've updated the link on our web site.
by andrew
Tue Jan 20, 2015 8:16 pm
Forum: Pre-sales Questions
Topic: Upgrade from QCad 2.2
Replies: 1
Views: 8534

Re: Upgrade from QCad 2.2

I've sent you an e-mail with the update information and discount coupon code. Is the new E-Book any different from the original book we received back in 2010? The e-book has been updated to reflect some changes in the user interface from QCAD 2.x to QCAD 3.x. Other than that there are only a few cha...
by andrew
Tue Jan 20, 2015 5:12 pm
Forum: QCAD Programming, Script Programming and Contributing
Topic: Identify Entity Intersection with Script
Replies: 5
Views: 7200

Re: Identify Entity Intersection with Script

Its usually best to do math stuff purely with shapes. You can easily get the underlying geometry of an entity using castToShape:
var line = myLineEntity.castToShape();
by andrew
Tue Jan 20, 2015 1:38 pm
Forum: QCAD Programming, Script Programming and Contributing
Topic: Identify Entity Intersection with Script
Replies: 5
Views: 7200

Re: Identify Entity Intersection with Script

You can also use the geometry classes of QCAD without adding entities to a drawing. Let's say you have two lines whose coordinates are known and you want to get their intersection point: var line1 = new RLine(new RVector(10,20), new RVector(10,100)); var line2 = new RLine(new RVector(0,50), new RVec...
by andrew
Tue Jan 20, 2015 11:17 am
Forum: QCAD Troubleshooting and Problems
Topic: [solved] Leader Dimension does not show arrow
Replies: 2
Views: 4384

Re: Leader Dimension does not show arrow

Leaders can have an arrow head or not.

Please check the Arrow head option while drawing leaders to enable the arrow head:
Screen Shot 2015-01-20 at 11.18.52.png
Screen Shot 2015-01-20 at 11.18.52.png (12.11 KiB) Viewed 4380 times
You can also switch the arrow head on / off for existing leaders using the property editor:
Screen Shot 2015-08-17 at 09.32.51.png
Screen Shot 2015-08-17 at 09.32.51.png (66.19 KiB) Viewed 3981 times
by andrew
Tue Jan 20, 2015 11:15 am
Forum: QCAD Troubleshooting and Problems
Topic: Mouse selection broken?
Replies: 2
Views: 3662

Re: Mouse selection broken?

Those entities are likely on a locked layer. To check for locked layers: View > Layer List Make sure that the lock icon for all layers is gray, not black: Screen Shot 2015-01-20 at 11.13.39.png If you cannot solve the problem, please attach or e-mail the drawing file and indicate where the problem o...
by andrew
Mon Jan 19, 2015 8:33 pm
Forum: Introduce Yourself
Topic: Greetings from Solingen, Germany
Replies: 1
Views: 5788

Re: Greetings from Solingen, Germany

Thanks for your introduction. This sounds interesting! Don't hesitate to ask if you have any questions.

Andrew
by andrew
Mon Jan 19, 2015 8:22 pm
Forum: QCAD Community Edition
Topic: Informacion
Replies: 1
Views: 21409

Re: Informacion

No.

Feel free to place a feature request at:
http://www.qcad.org/bugtracker/index.ph ... &project=1
by andrew
Mon Jan 19, 2015 5:13 pm
Forum: QCAD 'How Do I' Questions
Topic: How do I force CAM to set gcode on every line
Replies: 9
Views: 8200

Re: How do I force CAM to set gcode on every line

qharley wrote:Thank you. Working perfectly after actually saving the 3 extra lines into the .js file...
Ah, yes - another classical one :) This happens to everyone. Glad it works now!
by andrew
Mon Jan 19, 2015 4:37 pm
Forum: QCAD Programming, Script Programming and Contributing
Topic: Save Persistent Data within QCAD App
Replies: 4
Views: 6302

Re: Save Persistent Data within QCAD App

I never even looked at QT. I have never used QT before and was hoping that I could squeak by learning just forms/dialogs. You probably can do that for most things. You might even find JavaScript resources out there to do what you want. The posted code is just what I would use if I had to deal with ...
by andrew
Mon Jan 19, 2015 3:45 pm
Forum: QCAD Tips and Tutorials
Topic: Fix Lubuntu 14.10 printers with QCAD 3.7.5
Replies: 3
Views: 22280

Re: Fix Lubuntu 14.10 printers with QCAD 3.7.5

Thanks for your contribution. I've moved this topic to the 'Tips and Tutorials' section.
by andrew
Mon Jan 19, 2015 3:34 pm
Forum: QCAD 'How Do I' Questions
Topic: How do I force CAM to set gcode on every line
Replies: 9
Views: 8200

Re: How do I force CAM to set gcode on every line

I cannot reproduce this. I'm using your exact configuration from above with the additional three lines I've posted.

Common mistakes are:
- QCAD/CAM not restarted after changing configuration
- Looking at the wrong output data (old version of a file, wrong file)
by andrew
Mon Jan 19, 2015 2:49 pm
Forum: QCAD 'How Do I' Questions
Topic: How do I force CAM to set gcode on every line
Replies: 9
Views: 8200

Re: How do I force CAM to set gcode on every line

Please add the following lines to your configuration:
ruijie.prototype.gotModeChange = function(m) {
    return true;
};
by andrew
Mon Jan 19, 2015 2:41 pm
Forum: QCAD Professional
Topic: Sprache ändern
Replies: 1
Views: 3100

Re: Sprache ändern

Beim ersten Start von QCAD werden Sie gefragt in welcher Sprache die Benutzeroberfläche dargestellt werden soll. Dieser Dialog wird je nach Systemeinstellungen in Deutsch oder Englisch angezeigt: Screen Shot 2016-12-30 at 10.16.17.png Hier können Sie die Sprache ändern in Deutsch / German : Screen S...
by andrew
Mon Jan 19, 2015 2:37 pm
Forum: QCAD Professional
Topic: Sprache ändern
Replies: 1
Views: 3100

Sprache ändern

Von einem QCAD Benutzer:
Wie kann ich die Sprache der Applikationsoberfläche ändern?

Go to advanced search