Search found 3467 matches

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

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 with QCAD v3.27.6 et v3.29.4 L'accrochage aux points de terminaison ( SE ), par exemple, ne fonction...
by CVH
Mon Apr 15, 2024 2:36 pm
Forum: QCAD Programming, Script Programming and Contributing
Topic: [solved] QTableView Question
Replies: 3
Views: 262

Re: [solved] QTableView Question

andrew wrote:
Mon Apr 15, 2024 9:37 am
use
var header = ["header1", "header2", ...];
Or use

Code: Select all

var header = [];
header.push("header1");
header.push("header2");
...
by CVH
Mon Apr 15, 2024 9:55 am
Forum: QCAD 'How Do I' Questions
Topic: Change default values of Dimension (which are not in the Preferences)
Replies: 3
Views: 246

Re: Change default values of Dimension (which are not in the Preferences)

i cant find the flipped arrow in prefernece drawing. only the size of the arrow. maybe cause of the old version (3.25) Flipped arrows or not can NOT be set in Drawing Preferences. As explained, it is kinda automatic. One can not flip the Architectural tick but the dimension line is then longer. QCA...
by CVH
Mon Apr 15, 2024 8:38 am
Forum: QCAD 'How Do I' Questions
Topic: Change default values of Dimension (which are not in the Preferences)
Replies: 3
Views: 246

Re: Change default values of Dimension (which are not in the Preferences)

Hi, Flipped arrows or not can not be set in Drawing Preferences. It is kind of a hybrid, QCAD determines if the arrows can be inside or not and that is the normal way, the not flipped way. What does Fixed Extension Line and the length value do for you? Over here that doesn't change anything for Line...
by CVH
Mon Apr 15, 2024 7:18 am
Forum: QCAD 'How Do I' Questions
Topic: How to create bat file with sequential operations
Replies: 4
Views: 312

Re: How to create bat file with sequential operations

dwgexplode will support spline entities in the upcoming release/snapshot.
See: https://qcad.org/bugtracker/index.php?d ... sk_id=2563
See Changelog listed under 3.29.6: https://qcad.org/en/changelog
Oddity: v3.29.6 was released on 2024/03/27 while the fix is issued on 2024/04/13

Regards,
CVH
by CVH
Mon Apr 15, 2024 6:43 am
Forum: QCAD 'Script Add-On & Plug-in challenge' - Work in Progress
Topic: Regular Expressions in addon Script
Replies: 1
Views: 182

Re: Regular Expressions in addon Script

Hi, and welcome to the QCAD forum. You didn't provide an example of the input so a few things are left for guessing. :wink: As far I can check it, Array.map(...) is nowhere used and probably not supported by the ECMAScript implementation under QCAD. Consider the ECMAScript engine as an early adoptio...
by CVH
Sun Apr 14, 2024 3:52 pm
Forum: QCAD 'How Do I' Questions
Topic: Line colour
Replies: 1
Views: 154

Re: Line colour

Hi, and welcome to the QCAD forum.

What you explain here is rather a screen issue than an application issue.

A few things that can be helpful for the developer:
What is your operation system?
Do you uses a high resolution display?
Is it an external monitor?

Regards,
CVH
by CVH
Sat Apr 13, 2024 3:15 am
Forum: Chat
Topic: Using Snap Restrictions
Replies: 3
Views: 346

Re: Using Snap Restrictions

Wayne N wrote:
Fri Apr 12, 2024 10:50 pm
At 24px I was still missing the last icon "Lock Snap".
Wondering what the toolbar icon size is in your case and how many horizontal toolbars there are ...
16px would be the default size of the menu icons. :?
Could you share a full screen capture?

Regards,
CVH
by CVH
Sat Apr 13, 2024 2:49 am
Forum: QCAD 'How Do I' Questions
Topic: How to create bat file with sequential operations
Replies: 4
Views: 312

Re: How to create bat file with sequential operations

SelectAll.js , Explode.js and Save.js are the QCAD GUI tool scripts. You don't actually initiate an action this way, I was referring to successive Command Line tools. The oddity is that the usage includes " Default is to explode everything into points, lines, arcs and circles " . The code further m...
by CVH
Fri Apr 12, 2024 4:47 pm
Forum: QCAD 'How Do I' Questions
Topic: How to create bat file with sequential operations
Replies: 4
Views: 312

Re: How to create bat file with sequential operations

Hi, I think that each qcad.exe -no-gui -auto... is a new instance of QCAD. Successive instances of QCAD don't share their memory with newer instances. You could do it probably in a one-liner. Or you need to create a custom QCAD script that does the required actions and call that. Remind that Splines...
by CVH
Fri Apr 12, 2024 8:52 am
Forum: QCAD Troubleshooting and Problems
Topic: Add Viewport
Replies: 7
Views: 214

Re: Add Viewport

steve2, It it right that you don't uses rules and scrollbars?! :? In the screen capture we can see that the the Grid is turned off. Still RE should display the snap cursor & crosshairs for both of your points. Or are crosshairs also turned off? One can lock the Snap ( SQ ) ... For Restrict Horizonta...
by CVH
Fri Apr 12, 2024 5:54 am
Forum: QCAD 'How Do I' Questions
Topic: [solved] Add spline with control points via Simple API
Replies: 6
Views: 2332

Re: Add spline with control points via Simple API

May I add that a closed spline with a minimal point count doesn't display correctly immediately after creation. Although on manual creation the preview looks OK. var sp = new RSpline(); sp.setPeriodic(true); sp.setDegree(2); sp.appendControlPoint(new RVector(138, 81.44444)); sp.appendControlPoint(ne...
by CVH
Fri Apr 12, 2024 5:43 am
Forum: Chat
Topic: Using Snap Restrictions
Replies: 3
Views: 346

Re: Using Snap Restrictions

Hi, and welcome to the QCAD forum. Seemingly there is no vertical scrollbar for the CAD Tools toolbar (widget). One might consider that as a shortcoming. On the other hand your icons all look rather large. What are the preferences for Applications Preferences .. General .. User Interface? For the si...
by CVH
Thu Apr 11, 2024 5:21 am
Forum: QCAD Installation and Upgrades
Topic: Uso comercial de licencia - Commercial use license
Replies: 1
Views: 338

Re: Uso comercial de licencia - Commercial use license

For commercial use of QCAD, do we need to purchase the professional version (paid) or can we use the free version (non-paid) for these purposes? IMHO, professionals use professional software and there are certain costs associated with it, those are usually deductible. :Wink: Licence information: ht...
by CVH
Thu Apr 11, 2024 5:09 am
Forum: Chat
Topic: Plot Actual Size
Replies: 3
Views: 167

Re: Plot Actual Size

Hi, It is common in CAD to NOT draw at scale, choose a drawing unit and draw everything in scale 1:1 in that unit. This avoids scaling every value forth and back between real world and the digital version in Model_Space. How this is presented on paper in a later stage depends on the paper scale for ...

Go to advanced search