Search found 3479 matches

by CVH
Thu Apr 25, 2024 4:13 pm
Forum: QCAD 'How Do I' Questions
Topic: How to resize without redrawing
Replies: 5
Views: 200

Re: How to resize without redrawing

I manually stretched my selections two grid marks left and right respectively. I am going to experiment with what you suggested. Also meaning that stretching was managed ... Great :P . @-2.0,0.0 with the '@' for relative is relative to the QCAD relative position. Usually the last indicated coordina...
by CVH
Thu Apr 25, 2024 6:47 am
Forum: Introduce Yourself
Topic: rotatae in ecma
Replies: 2
Views: 85

Re: rotatae in ecma

Hi, and welcome to the QCAD forum. addLine(0,0, 100,100) Is a method of the QCAD Simple API, that draws a line piece and done. The Simple API is mentioned halfway https://www.ribbonsoft.com/en/tutorial-interactive-script-actions " This is slightly more complex than what we have seen in the simple AP...
by CVH
Wed Apr 24, 2024 10:50 pm
Forum: QCAD 'How Do I' Questions
Topic: How to resize without redrawing
Replies: 5
Views: 200

Re: How to resize without redrawing

I figured it was that tool, but I couldn't make it work. Hopefully the link you sent will help. Remark that in the tool reference, step 2 under 'Usage' is indicated as point 1 in the example under 'Description'. Step 3 = 2, 4=3 and so on. :wink: Omitted but for step 6 (=5) one can also key-in the t...
by CVH
Wed Apr 24, 2024 1:38 pm
Forum: QCAD Programming, Script Programming and Contributing
Topic: Updating Block attributes
Replies: 6
Views: 303

Re: Updating Block attributes

Hi, doc.queryAllEntities(false, false, RS.EntityDimension) ; RS.EntityDimension is not a valid filter type. An aligned Dimension would return type = RS.EntityDimAligned and that is not equal to RS.EntityDimension . Note that doc.queryAllEntities(...) can filter on a list of types, an array. :wink: h...
by CVH
Tue Apr 23, 2024 10:49 pm
Forum: QCAD 'How Do I' Questions
Topic: purchased, now...?
Replies: 3
Views: 203

Re: purchased, now...?

Hi, and welcome to the QCAD forum. QCAD does not work with license codes. After purchase you will receive a link to a personal download page. From there, download your personal licensed version of QCAD Pro or QCAD/CAM for your system. Yes, it is a good idea to delete/uninstall the QCAD trial version...
by CVH
Mon Apr 22, 2024 1:49 pm
Forum: QCAD Programming, Script Programming and Contributing
Topic: Updating Block attributes
Replies: 6
Views: 303

Re: Updating Block attributes

I will try to find out more about the listener later on.!! I once implemented a listener for 2D Centroids , see: Menu Misc .. Information .. 2D Centroids ... https://github.com/qcad/qcad/blob/master/scripts/Misc/MiscInformation/InfoCentroids/InfoCentroidsListener/InfoCentroidsListener.js One can to...
by CVH
Mon Apr 22, 2024 12:58 pm
Forum: QCAD Programming, Script Programming and Contributing
Topic: Updating Block attributes
Replies: 6
Views: 303

Re: Updating Block attributes

Hi, I don't really get the full picture of what is required. Better to test if you queried an attribute before anything else: var attribute = doc.queryEntityDirect(attributeId); if (attribute.isNull()) { continue; } Because your minY of your Block definition is zero you could simply use the Block Re...
by CVH
Sun Apr 21, 2024 6:51 am
Forum: QCAD 'Script Add-On & Plug-in challenge' - Work in Progress
Topic: Regular Expressions in addon Script
Replies: 3
Views: 530

Re: Regular Expressions in addon Script

Just for anyone reading this... the Array.map() does seem to be supported in QCAD scripts Dug deeper and found one standard open source script that uses it: SvgImporter.js (We can not actually search in PRO resources ...) https://github.com/qcad/qcad/blob/master/scripts/ImportExport/SvgImporter/Svg...
by CVH
Sun Apr 21, 2024 5:25 am
Forum: QCAD 'How Do I' Questions
Topic: dragging left/down doesn't select an object
Replies: 4
Views: 442

Re: dragging left/down doesn't select an object

HappyShat,

What QCAD version are you running?
(See above forum rules in red)

From the looks of it, it is at least 3 years old.
A lot of things have been enhanced and/or fixed since then.
See QCAD Changelog:
https://www.ribbonsoft.com/en/documentation/changelog

Regards,
CVH
by CVH
Sat Apr 20, 2024 5:14 am
Forum: QCAD 'How Do I' Questions
Topic: dragging left/down doesn't select an object
Replies: 4
Views: 442

Re: dragging left/down doesn't select an object

Hi, A box selection L->R (bluish) selects all fully inside, R->L (greenish) selects all that that are fully inside and all that cross the selection box. The color scheme seems to be switched somehow from what we were used to and I saw a commit with a fix for that: https://github.com/qcad/qcad/commit...
by CVH
Fri Apr 19, 2024 5:44 am
Forum: QCAD Suggestions and Feedback
Topic: [solved] Changelog
Replies: 5
Views: 483

Re: Solved: Changelog

Sorry CVH..... I did look, but it's only 5:30am.... still got cobwebs.... Nothing to be sorry about, issue isn't really solved. :wink: I only wrote that I remarked the same thing for the fix for dwgexplode (13-15/4/2024) Stipulated that the fix is listed under v3.29.6 and not for the upcoming relea...
by CVH
Fri Apr 19, 2024 5:27 am
Forum: QCAD Suggestions and Feedback
Topic: [solved] Changelog
Replies: 5
Views: 483

Re: Changelog

Hi,
remarked the same thing:
https://www.qcad.org/rsforum/viewtopic. ... 767#p44453

Regards,
CVH
by CVH
Fri Apr 19, 2024 5:26 am
Forum: QCAD Programming, Script Programming and Contributing
Topic: [Solved] DWG to DXF format
Replies: 2
Views: 264

Re: DWG to DXF format

Hi,
It is not really a C++ library ...

You can do that with QCAD Professional using a Command Line tool:
https://www.ribbonsoft.com/en/products/ ... _/_pdf2dwg

You would have to call an external process.

Regards,
CVH
by CVH
Wed Apr 17, 2024 6:54 am
Forum: QCAD/CAM
Topic: Propriété calque
Replies: 3
Views: 426

Re: Propriété calque

jppgc wrote:
Wed Apr 17, 2024 6:45 am
Quelles différences entre ma version et la dernière version que vous présentez dans votre réponse?
Voir le journal des modifications de QCAD (non traduit) :
https://www.ribbonsoft.com/fr/documentation/changelog

Salutations,
CVH
by CVH
Tue Apr 16, 2024 2:29 am
Forum: QCAD/CAM
Topic: Propriété calque
Replies: 3
Views: 426

Re: Propriété calque

Bonjour, Veuillez lire les règles du forum ci-dessus en rouge: Indiquez toujours votre système d'exploitation et votre version de QCAD. :wink: Je ne parviens pas à reproduire le problème sous Windows avec QCAD v3.27.6 et v3.29.4 L'accrochage aux points de terminaison ( SE ), par exemple, ne fonction...

Go to advanced search