Search found 3478 matches

by CVH
Thu May 11, 2023 5:07 pm
Forum: QCAD Programming, Script Programming and Contributing
Topic: object to json output [Solved]
Replies: 4
Views: 8317

Re: object to json output

Arun, First, I don't think you need constants, mostly variables are created with ' var '. How to create a JSON string from an object: var exportString = JSON.stringify(object); https://www.w3schools.com/js/js_json_intro.asp How to export textual information to a file is something else. For one, you ...
by CVH
Thu May 11, 2023 4:46 pm
Forum: QCAD 'How Do I' Questions
Topic: When a Line Isn't a Line...
Replies: 4
Views: 1642

Re: When a Line Isn't a Line...

Looks like a line to me. Highlights like a line when I click on it. If not a line what is it and how do I fix it? Both the angle dimension tool and the angle info tool will work with Lines and Polylines. They don't work with straight splines nor arc/circles but these should not be highlighted eithe...
by CVH
Thu May 11, 2023 4:37 pm
Forum: QCAD 'How Do I' Questions
Topic: Measure Along a Spline
Replies: 7
Views: 2312

Re: Measure Along a Spline

Could someone tell me how I measure a section of spline curve? This can be problematic when it needs to be exact. You need to trim or break a copy of the spline at those specific points. When it is a Fit Point Spline, it will turn into a Control Point Spline segment. This is to keep the start and/o...
by CVH
Thu May 11, 2023 4:28 pm
Forum: QCAD 'How Do I' Questions
Topic: SOLVED - HOW to Create a block WITH attribute
Replies: 13
Views: 5070

Re: HOW to Create a block WITH attribute

Giuliano, Please unhide the Block List ... View .. Block List (GB) or just type the shortcut key sequence 'GB'. After you have created a block from the selection that block will be listed in the Block List. Now first edit the newly added block before you add an Attribute Definition. Select it in the...
by CVH
Thu May 11, 2023 6:50 am
Forum: QCAD Troubleshooting and Problems
Topic: QCad Not 2 finger Scrolling Latest Version - Mac M2
Replies: 2
Views: 3556

Re: QCad Not 2 finger Scrolling Latest Version - Mac M2

Am I missing something? 170 views and no replies. Sorry that I can't help you any further: - I don't have a trackpad. - Finger sensitive devices don't work for me, e.g. Smartphones, parking meters and all other touchscreen devices. I think you would be better of with reporting this as a bug here: h...
by CVH
Thu May 11, 2023 6:02 am
Forum: QCAD Troubleshooting and Problems
Topic: [Solved]Scrolling Slow in Layout Block
Replies: 6
Views: 5142

Re: Scrolling Slow in Layout Block

FYI: Thank you Husky for looking up this information. :wink: I wasn't really off with my assumption. Odd that Andrew included this in the related topic: Render text as paths This might be slightly slower but seems to be also more precise under Windows. While rendering as paths is usually a fix for ...
by CVH
Thu May 11, 2023 5:48 am
Forum: Chat
Topic: dimension
Replies: 18
Views: 14735

Re: dimension

When I ask for dimension and click on a point it does not enter a position but starts a new shape. I think this is all intended behavior. When you start drawing a new dimension entity and click the first point a preview appears of the dimension to create. Have a closer look at the mouse icon in the...
by CVH
Thu May 11, 2023 5:25 am
Forum: QCAD 'How Do I' Questions
Topic: SOLVED - HOW to Create a block WITH attribute
Replies: 13
Views: 5070

Re: HOW to Create a block WITH attribute

Giuliano, There is a difference between Attributes, Block Attributes and Attribute Definitions. Attributes in Model Space are not associated with a Block Reference like Block Attributes. I know of no way to create dissociated Attributes in QCAD but by scripting and a fixed bug while duplicating (DP)...
by CVH
Thu May 11, 2023 4:14 am
Forum: QCAD 'How Do I' Questions
Topic: Unit confusion when copying Blocks
Replies: 15
Views: 5592

Re: Unit confusion when copying Blocks

As @Husky pointed out there is an insert option that will overwrite blocks. I haven't found this setting just yet - but, I'll look around for that. See screenshot in Husky's reply: https://www.qcad.org/rsforum/viewtopic.php?f=32&t=9615#p38817 The second last option in the Option Toolbar when pastin...
by CVH
Wed May 10, 2023 4:04 pm
Forum: Chat
Topic: Printing issue
Replies: 1
Views: 6864

Re: Printing issue

Hi,

Please provide a drawing example where this is the issue.
We will gladly have a look at it.

Regards,
CVH
by CVH
Wed May 10, 2023 3:58 pm
Forum: QCAD Troubleshooting and Problems
Topic: [Solved]Scrolling Slow in Layout Block
Replies: 6
Views: 5142

Re: Scrolling Slow in Layout Block

What is the difference between render text as text and as path? Well, not really sure. I suppose that rendered as path is a solid filled outline on QCAD level and as text it is practically the same but on font level. Probably rendered as text is handle by QT but that is a shot in the dark. :wink: T...
by CVH
Tue May 09, 2023 8:10 pm
Forum: QCAD Troubleshooting and Problems
Topic: [solved] Can’t Hatch Anything Now
Replies: 16
Views: 11195

Re: [solved] Can’t Hatch Anything Now

@ calhoun_craig: Please attach an example drawing where the hatch issue('s) occur. Describe what actions that you take to get the expected hatched area. Include what hatch pattern and what scale and if so then include the custom hatch pattern. We would be glad to have look at it. :wink: I can only q...
by CVH
Tue May 09, 2023 7:00 pm
Forum: QCAD Troubleshooting and Problems
Topic: [Solved]Scrolling Slow in Layout Block
Replies: 6
Views: 5142

Re: Scrolling Slow in Layout Block

Hi, I initially could not replicate lagging with scrolling in your file. But it got worse when I render text as text. See Application Preferences .. Graphics View .. Text Rendering. Then it is even slower when the viewport gets highlighted, meaning with the cursor inside the viewport area. I get 1fp...
by CVH
Tue May 09, 2023 3:12 am
Forum: QCAD Suggestions and Feedback
Topic: Layer lock icon change
Replies: 1
Views: 6622

Re: Layer lock icon change

SteveS, You are very right that an open/closed padlock in combination with the color red would be a better choice. These are usually svg images so I don't think that that is a major hurdle. We can find the CE icons here: https://github.com/qcad/qcad/tree/1396dc95c5232f09dbb404ca5907bafea07bd2f8/scri...
by CVH
Sun May 07, 2023 5:41 pm
Forum: QCAD Community Edition
Topic: Qcad slowing down
Replies: 5
Views: 9377

Re: Qcad slowing down

Les, For that we need to inspect the concerning DXF file. There are things that may slow down QCAD and when use extensively QCAD may start lagging beyond the workable. For several things there is a work-around and others can be fixed. In the end there is a limit in what QCAD can handle. Regards, CVH

Go to advanced search