Search found 3 matches

by miro
Tue Feb 27, 2018 2:13 pm
Forum: QCAD Programming, Script Programming and Contributing
Topic: Debuging QCAD C++ source code
Replies: 1
Views: 4396

Debuging QCAD C++ source code

Hi, Following this link https://www.qcad.org/en/component/content/article/78-qcad/111-qcad-compilation-from-sources , I have been able to build QCAD from Sources. It generates qcad exe in release folder. I want to be able to debug qcad from sources C++, so I run qcad, and in QT Creator I try to laun...
by miro
Fri Dec 29, 2017 7:21 pm
Forum: QCAD Programming, Script Programming and Contributing
Topic: Check if three points ([RVector]) are aligned
Replies: 2
Views: 5295

Check if three points ([RVector]) are aligned

Hello, Could you tell me how can I check programatically if three points ([RVector]) are aligned. I tried : var pointsCheck = [pointStart, pointEnd, pointsIntersec[0]] var polyline = new RPolyline(pointsCheck, false) var isAlign = RShape.isXLineShape(polyline); EAction.handleUserMessage("pointsCheck...

Go to advanced search