Search found 8353 matches
- Wed Jun 22, 2022 9:16 pm
- Forum: Chat
- Topic: Solved: Drawing initial set-up
- Replies: 4
- Views: 168
Re: Drawing initial set-up
Auto zoom zooms to all your visible entities. It zooms the drawing to its maximum zoom, so that everything is visible and nothing is cut off: https://qcad.org/doc/qcad/latest/reference/en/index.php?page=scripts/View/Zoom/AutoZoom/doc/AutoZoom Please note that if you can attach your drawing file, we ...
- Tue Jun 21, 2022 1:07 pm
- Forum: QCAD Professional
- Topic: [résolu] Longueur total + nombre d'entrée
- Replies: 7
- Views: 218
Re: Longueur total + nombre d'entrée
Les résultats de ces outils sont généralement affichés dans l'historique de la ligne de commande. Il n'est pas prévu d'afficher ces informations dans la barre d'état, car il s'agit d'une demande plutôt spécifique à un cas d'utilisation. Notez que vous pouvez déplacer l'historique de la ligne de comm...
- Tue Jun 21, 2022 10:12 am
- Forum: QCAD Professional
- Topic: [résolu] Longueur total + nombre d'entrée
- Replies: 7
- Views: 218
Re: Longueur total + nombre d'entrée
Vous pouvez essayer ceci : - Sélectionnez tout - Dessin > Polyligne > Polyligne à partir de la sélection - Sélectionnez tout - Lisez la propriété "Longueur totale" dans l'éditeur de propriétés. Veillez à annuler la conversion en polyligne ou à enregistrer ce fichier sous un nouveau nom pour ne pas p...
- Mon Jun 20, 2022 3:06 pm
- Forum: QCAD Troubleshooting and Problems
- Topic: SVG export issue
- Replies: 1
- Views: 122
Re: SVG export issue
Thanks. Bug report at:
https://www.qcad.org/bugtracker/index.p ... sk_id=2373
https://www.qcad.org/bugtracker/index.p ... sk_id=2373
- Mon Jun 20, 2022 1:46 pm
- Forum: QCAD Professional
- Topic: gelöst: Schraffur wird angeboten aber nicht durchgeführt.
- Replies: 2
- Views: 209
Re: Schraffur wird angeboten aber nicht durchgeführt.
Die Polylinie besteht aus 8 Linien, beginnend unten rechts, dann im Gegenuhrzeigersinn zweimal rund. Die Schraffur ist so leider nicht möglich. Am besten das Rechteck neu zeichnen. Sehen kann man das gut im Eigenschafteneditor (8 Knotenpunkte statt 4).
- Sat Jun 18, 2022 11:24 am
- Forum: QCAD Troubleshooting and Problems
- Topic: [Solved] Qcad professional 3.27.6 crash at startup
- Replies: 2
- Views: 124
Re: Qcad professional 3.27.6 crash at startuo
Please reset your configuration and try again:
https://qcad.org/en/tutorial-resetting- ... figuration
https://qcad.org/en/tutorial-resetting- ... figuration
- Fri Jun 17, 2022 9:41 pm
- Forum: QCAD Community Edition
- Topic: paste entities into other layer
- Replies: 6
- Views: 421
Re: paste entities into other layer
By default, entities are pasted to their original layer.
You can choose "To current layer" in the options toolbar to paste to the current layer instead.
PS: please post to the correct forum for the QCAD Community Edition:
https://www.qcad.org/rsforum/viewforum.php?f=76
You can choose "To current layer" in the options toolbar to paste to the current layer instead.
PS: please post to the correct forum for the QCAD Community Edition:
https://www.qcad.org/rsforum/viewforum.php?f=76
- Fri Jun 17, 2022 7:56 pm
- Forum: QCAD Suggestions and Feedback
- Topic: [Solved] Unsaved indicator
- Replies: 2
- Views: 303
Re: Unsaved indicator
This is correct behaviour. Since the current layer state (on/off) is saved to the DXF/DWG file, switching a layer on/off is indeed a modification compared to the file on disk.
- Thu Jun 16, 2022 12:54 pm
- Forum: QCAD Troubleshooting and Problems
- Topic: [solved] Crash on open of file
- Replies: 6
- Views: 218
Re: Crash on open of file
qcad-3.27.6-pro-linux-qt4-x86_64.tar.gz is a legacy package intended for (very) old Linux distributions (10+ years). Please download and install instead: QCAD Professional 3.27.6 for Linux 64bit qcad-3.27.6-pro-linux-x86_64.tar.gz / .run Or: QCAD Professional 3.27.6 for Linux Qt 5.14 64bit qcad-3.27...
- Thu Jun 16, 2022 10:06 am
- Forum: QCAD Programming, Script Programming and Contributing
- Topic: Getting handle inside start or end Transaction()?
- Replies: 2
- Views: 219
Re: Getting handle inside start or end Transaction()?
To get the handle of the objects added by a transaction, you'd have to re-query the object after adding it or inspect the transaction, for example: ... transaction = endTransaction(); var ids = transaction.getAffectedObjects(); for (var i=0; i<ids.length; ++i) { var id = ids[i]; var entity = documen...
- Thu Jun 16, 2022 9:58 am
- Forum: QCAD Suggestions and Feedback
- Topic: possible enchancement - cumulative point to point distances
- Replies: 1
- Views: 120
Re: possible enchancement - cumulative point to point distances
May I suggest to simply draw a polyline, then select it to read its measurement in the property editor? Perhaps do this on a dedicated layer and even keep it in your drawing for future reference.
- Wed Jun 15, 2022 10:55 pm
- Forum: QCAD 'How Do I' Questions
- Topic: Keeping Dimension Measurements the Same When Resizing Drawings
- Replies: 9
- Views: 3740
- Wed Jun 15, 2022 10:09 pm
- Forum: QCAD Professional
- Topic: gelöst: Rätselhafte Druckvorschau
- Replies: 5
- Views: 1261
Re: erneut: Rätselhafte Druckvorschau
Bearbeiten > Zeichnungseinstellungen > Drucken > Mehrere Seiten > Kleberänder > Oben / Unten: 0cm statt 10cm
- Wed Jun 15, 2022 9:55 pm
- Forum: QCAD Troubleshooting and Problems
- Topic: [solved] Crash on open of file
- Replies: 6
- Views: 218
Re: Crash on open of file
Could you please let me know which exact package you have downloaded and installed on your system (file name of downloaded installer)?
Also, please indicate your exact operating system, distribution, version, etc.
Also, please indicate your exact operating system, distribution, version, etc.
- Wed Jun 15, 2022 8:10 pm
- Forum: QCAD Troubleshooting and Problems
- Topic: [solved] Snap to Intersection Not Working
- Replies: 2
- Views: 84
Re: Snap to Intersection Not Working
Line is at Z=8.46
Circle is at Z=0
Misc > Modify > Flatten Drawing to 2D
Circle is at Z=0
Misc > Modify > Flatten Drawing to 2D