Search found 9002 matches

by andrew
Thu Mar 28, 2024 11:15 am
Forum: QCAD Community Edition
Topic: How do I summarize distances?
Replies: 4
Views: 194

Re: How do I summarize distances?

massimo: Please post to the appropriate QCAD Community Edition forum at:
https://www.qcad.org/rsforum/viewforum.php?f=76

I've moved your topic accordingly.
by andrew
Wed Mar 27, 2024 10:21 pm
Forum: QCAD Programming, Script Programming and Contributing
Topic: changing the lineweight of an entity.
Replies: 3
Views: 151

Re: changing the lineweight of an entity.

RAddObjectsOperation::addObject uses the current attributes by default. You can disable this default behaviour by passing false as second argument (useCurrentAttributes):

Code: Select all

op.addObject(circleEntity, false);
by andrew
Wed Mar 27, 2024 3:48 pm
Forum: Announcements
Topic: QCAD 3.29.6
Replies: 0
Views: 137

QCAD 3.29.6

QCAD 3.29.6 is a bug fix release. A complete change log is available at: https://qcad.org/changelog Update instructions for QCAD Pro or QCAD/CAM users can be found at: https://qcad.org/customer-area To stay up to date about QCAD, please Subscribe to this forum thread (subscribe at the bottom of the ...
by andrew
Tue Mar 26, 2024 7:24 pm
Forum: Announcements
Topic: Tutorial: 1.12 Printing and PDF Export
Replies: 0
Views: 113

Tutorial: 1.12 Printing and PDF Export

The new tutorial "1.12 Printing and PDF Export" is now available as part of our QCAD tutorial series at: https://qcad.org/en/tutorial-1-12-printing-and-pdf-export Das neue Tutorial "1.12 Drucken und PDF-Export" ist jetzt verfügbar als Teil unserer QCAD Tutorial-Serie unter: https://qcad.org/de/tutor...
by andrew
Tue Mar 26, 2024 4:11 pm
Forum: QCAD 'How Do I' Questions
Topic: What's Spline in Leader properties?
Replies: 3
Views: 128

Re: What's Spline in Leader properties?

Spline leaders are not supported at this point in QCAD.

I can confirm that this property currently has no function and is not stored when set.

P.S.: Please attach images to your post rather than hosting them on other sites where they will be eventually deleted.
by andrew
Tue Mar 26, 2024 2:26 pm
Forum: Announcements
Topic: QCAD 3.29.5
Replies: 0
Views: 94

QCAD 3.29.5

QCAD 3.29.5 is mainly a bug fix release. A complete change log is available at: https://qcad.org/changelog Update instructions for QCAD Pro or QCAD/CAM users can be found at: https://qcad.org/customer-area To stay up to date about QCAD, please Subscribe to this forum thread (subscribe at the bottom ...
by andrew
Tue Mar 26, 2024 11:01 am
Forum: QCAD Professional
Topic: Modifier le style des fichier SVG
Replies: 3
Views: 236

Re: Modifier le style des fichier SVG

Ginkona: La largeur du trait et le remplissage dépendent de vos entités. Le stroke-linecap et le stroke-linejoin sont toujours "round", ce qui correspond au rendu dans QCAD. Si vous pouvez nous indiquer ce que vous essayez de réaliser, nous pourrons vous aider plus efficacement. Notez que SVG est un...
by andrew
Tue Mar 26, 2024 9:47 am
Forum: QCAD Troubleshooting and Problems
Topic: Printing Orientation Issue
Replies: 24
Views: 1728

Re: Printing Orientation Issue

Right, thanks. I've removed the file as this seems to be not possible, at least on Windows.
by andrew
Tue Mar 26, 2024 9:05 am
Forum: QCAD Troubleshooting and Problems
Topic: Printing Orientation Issue
Replies: 24
Views: 1728

Re: Printing Orientation Issue

bruceb1952: I cannot reproduce the problem here. Unfortunately, this seems to be an issue somewhere between Qt and your particular printer driver. QCAD sets the page size and orientation as configured. QCAD might be able to provide a workaround for the problem if we can understand it properly though...
by andrew
Mon Mar 25, 2024 8:24 am
Forum: QCAD Professional
Topic: Filtre de sélection
Replies: 4
Views: 193

Re: Filtre de sélection

Bonjour,

Veuillez nous indiquer quels filtres et quels paramètres vous utilisez et ce que vous souhaitez sélectionner exactement, afin que nous puissions vous aider efficacement. Merci.
by andrew
Fri Mar 22, 2024 4:25 pm
Forum: Chat
Topic: dwg2csv - export all available custom properties
Replies: 5
Views: 305

Re: dwg2csv - export all available custom properties

lowattila: Yes, you are right. I didn't realize that one can output attributes as part of the block reference record instead of their own records, so attributes will also work indeed.
by andrew
Fri Mar 22, 2024 1:46 pm
Forum: QCAD 'How Do I' Questions
Topic: Bitmap export image size question
Replies: 5
Views: 171

Re: Bitmap export image size question

Andrew, what tool are you using to create/edit the Qcad e-books? We use an in-house tool for this to first generate XSL-FO and then PDF from Google Documents stored in a Google Drive folder, automatically swapping out bitmaps with SVGs in the process. This works well for us since we are aiming to a...
by andrew
Fri Mar 22, 2024 1:31 pm
Forum: Chat
Topic: dwg2csv - export all available custom properties
Replies: 5
Views: 305

Re: dwg2csv - export all available custom properties

To work with custom properties, you can list all of them using multiple -p switches. For example, to list all values of custom properties "MyAttribute1" and "MyAttribute1" ./dwg2csv -t "Block Reference" -p QCAD:MyProperty1 -p QCAD:MyProperty2 -f custom_properties.dxf; cat custom_properties.csv This ...
by andrew
Fri Mar 22, 2024 9:23 am
Forum: QCAD/CAM
Topic: Legacy Export for Heidenhain TNC150
Replies: 16
Views: 632

Re: Legacy Export for Heidenhain TNC150

Regarding the tool diameter: I see it is solved in the toolpath by adding the offset in the toolpath and not using the tool diameter as a variable for the mill. The Heidenhain has tool compensation builtin but I understand you do not use it like it is now. Correct. It's possible to use built in too...
by andrew
Fri Mar 22, 2024 8:00 am
Forum: QCAD/CAM
Topic: Legacy Export for Heidenhain TNC150
Replies: 16
Views: 632

Re: Legacy Export for Heidenhain TNC150

Please attach your current modified post processor file, so we're on the same page, thanks.

Go to advanced search