QCAD Bugtracker

QCAD - 2D CAD System.

Click here for a documentation of the DokuWiki formatting syntax that can be used in reports

Please search for existing tasks (also closed ones) before opening a new task.

Please make sure that you are using the latest Version of QCAD before posting a bug (menu Help > Check for Updates)

IDCategoryTask TypeSeverity  descSummaryStatusProgress
2482QCAD (main)Bug ReportLowRShape::getIntersectionPointsCC still failing for touch...Assigned
0%
1 Task Description

Andrew,

Referring to this forum post:
https://www.qcad.org/rsforum/viewtopic.php?f=74&t=10152

With radii 1341.35667735 and 26 the relative tolerance is 0.00683678 and exceeds the former used fixed tolerance of 1e-4.

These arcs will then be considered to be tangent and the intersection point is 0.31024 units to the left of where we expect it.

Implemented: https://github.com/qcad/qcad/commit/77ae3e4518cc34f178779d2d2c724adcf80c229d#diff-dcc4e31eaeaed5a047f65dbce4ddda4bcd4d604e9e1005ee8481ded273768449

Updated: https://github.com/qcad/qcad/commit/071b60acd1176e6301bf6b6fcf716684221a97e8#diff-dcc4e31eaeaed5a047f65dbce4ddda4bcd4d604e9e1005ee8481ded273768449

I had already expressed my reserves on the relative tolerance but that was already a better solution for small arcs:
https://www.qcad.org/rsforum/viewtopic.php?f=33&t=8775&p=34907#p34907

We could limit the tolerance by:
A- The smallest of the fixed and the relative.
B- A relative tolerance based on R2 there circle 1 is forced to be the larger one.

This will never account for the position in the plane.
At a certain point the tolerance will be less than the accuracy/certainty of the values.

Regards,
CVH

2498QCAD (main)Bug ReportLowLight/dark mode UI colours depend on OS theme when QCAD...Assigned
0%
1 Task Description

On macOS 14.1 and QCAD 3.28.2, the state of the OS (light or dark theme) affects some of the QCAD colour palette for the life of the session. So far I’ve noticed the problem with the keyboard shortcuts in tooltips and text in the command line output, but there may be other instances of the problem.

To reproduce:

1. Set the OS to light mode.

2. Start QCAD. Note the keyboard shortcuts in the tooltips are optimised for a light palette.

3. With QCAD still running, switch the OS to dark mode.

4. Note that while most of the QCAD interface switches to a dark mode palette, the keyboard shortcuts in the tooltips do not.

A similar behaviour is observed when starting from dark mode and switching to light mode.

I hope that makes sense. See attached screenshots for examples.

2507QCAD/CAMFeature RequestLowAdd Toolpath from LayerAssigned
0%
1 Task Description

I’ve been able to make this work as proof of concept very easily, but many of the functions are inaccessible/difficult to override from post-processors.

Desired functionality:

1) Enable “Add Profile Toolpath” UI elements all the time (remove setRequiresSelection)
2) CAM Profile Toolpath Dialog: Drop-down menu of available Layers. First option “By Selection Only” 3) “By Selection Only” continues to pass EntityIds of selected objects (existing functionality)
4) Choosing an active Layer will use the Layer as source of EntityIds
5) Any changes to Entities on a Layer will result in those new/removed/changed objects being re-generated without having to manually select and update the tool paths. Either do not recover list of EntityIds from the ToolpathBlock, and instead use “live” each time it’s regenerated, or additional functionality to determine if a LayerId is associated with the Toolpath, and then lookup EntityIds.

I assume the persistence of the Layer selection would be available within the Toolpath, so that it will automatically update EntityIds every time a Toolpath is regenerated, without having to select Entities and updating the toolpath manually.

For large projects, being able to force select objects based upon layer dramatically reduces mistakes and speeds up the workflow.

Thanks

2540QCAD (main)Feature RequestLowRetain original handle when Hatch properties are change...Assigned
0%
1 Task Description

Andrew,

When we alter about any property of a Hatch entity it seems to be recreated with a newer/higher handle.
This doesn’t influence the drawing order in direct.
But already changing the drawing order of a Hatch it is recreated as a new entity.

It starts to matters in drawing order when there are multiple entities with the same drawing order and that after save/reload. Entities with the same drawing order then receive a new drawing order based on the original but sequentially increasing based on handle.

Because a Hatch is recreated with a newer/higher handle each time a property changes it will thus always end up above the others with the same order even when the original was created earlier.

This is more pronounced when copying/pasting entities from a source to a target drawing.
The original Hatch drawing order is retained but it will always be above existent entities with the same drawing order in the target drawing after save/reload.

Most other entities are probably just updated in situ.
It is unsure to me at this point if merely updating a Hatch is even possible.
And perhaps this is related to the addObject ForceNew flag what is false by default.

Regards,
CVH


	
2543QCAD (main)Bug ReportLowPolygonal Area Tool (IR) creates shapes persistently, c...Assigned
0%
1 Task Description

Upon activating the Polygonal Area Tool either by clicking on the toolbar or by the IR keyboard shortcut the tool will persistently draw a polygon without clicking anything. This happens with the mouse and the trackpad on the MacBook Pro. This was happening in 3.29.3, and then after I upgraded to 3.29.4. The MacOS version is 14.1 Sonoma.

208QCAD (main)Feature RequestLowSVG export: support custom line weightsAssigned
0%
Task Description

Find way to support custom line weights for SVG export. See also forum thread: http://www.ribbonsoft.com/rsforum/viewtopic.php?t=1594

277QCAD (main)Feature RequestLowcommand line arguments: allow class name after -execAssigned
0%
Task Description

command line arguments: allow class name after -exec

293QCAD (main)Feature RequestLowmulti-select for blocksAssigned
0%
Task Description

It would be nice if one could select multiple blocks in the block list at once (holding ctrl or ctrl+shift). Main purpose would be to delete them if they are not needed anymore. If possible, the same applies to layers.

316QCAD (main)Feature RequestLowBlocks list and selected blockAssigned
0%
Task Description

Wouldn’t it be nice, if selecting a block in model view would somehow highlight (just like clicking a block in the list does) the selected block in the “Block List” window?

(Feature request sounds a little harsh, enhancement proposal would seem more apt.)

355QCAD (main)Feature RequestLowRemember function for dimension OptionAssigned
0%
Task Description

I think it would be nice to have more flexibility for Prefix etc. option (not only the drop down with a given choice) and a remember function for all those fields like postfix and tolerance.

Why Remember Function:
If I use a postfix like <>” in the postfix field I’m only able to use it for this particular dimension type at this time. If I change the type (from Horizontal to vertical or what ever) I have always to repeat my postfix. The same with tolerances.

396QCAD (main)Feature RequestLowBlocks: moving blocks: show bounding boxAssigned
0%
Task Description

Blocks: moving complex blocks with drag and drop should show bounding box as preview

498QCAD (main)Bug ReportLowissue importing from AutocadAssigned
0%
Task Description

There is an issue importing from Autocad:
lines and quotes (both arrows and text) appear too much big (see attachment).
I can fix quotes modifying dimensions in “current drawing preferences”, but lines are still too thick.
Autocad’s dxf are opened with right line thickness but wrong quotes.
Furthermore, Autocad opens Qcad’s dxf files showing wrong quotes.

503QCAD (main)Feature RequestLowConvert entities to points with a fixed distanceAssigned
0%
Task Description

Select lines, arcs, ... and convert them to points along the lines, arcs, ... with a fixed distance.

See also forum at:
http://www.ribbonsoft.com/rsforum/viewtopic.php?t=1834

513TranslationBug ReportLowTranslation errorsAssigned
0%
Task Description

If you spot an error in the translated user interface of QCAD, please add a comment to this task or submit your translation at http://translate.qcad.org.
Thank you for your help!

Wenn Sie einen Fehler in der übersetzten Benutzeroberfläche von QCAD erkennen, fügen Sie bitte einen Kommentar zu diesem Report hinzu oder geben Sie Ihre Übersetzung ein unter http://translate.qcad.org.
Vielen Dank für Ihre Hilfe!

Si vous remarquez une erreur dans l’interface utilisateur traduite de QCAD, veuillez ajouter un commentaire à cette tâche ou soumettre votre traduction à http://translate.qcad.org.
Merci pour votre aide!

Si detecta un error en la interfaz de usuario traducida de QCAD, añada un comentario a esta tarea o envíe su traducción a http://translate.qcad.org.
Gracias por tu ayuda!

Se si rileva un errore nell’interfaccia utente tradotta di QCAD, si prega di aggiungere un commento a questo compito o di inviare la traduzione a http://translate.qcad.org.
Obrigado por sua ajuda!

Se você detectar um erro na interface de usuário traduzida do QCAD, adicione um comentário a esta tarefa ou envie sua tradução para http://translate.qcad.org.
Obrigado pela sua ajuda!

Als u een fout ziet in de vertaalde gebruikersinterface van QCAD, voeg dan een opmerking toe aan deze taak of stuur uw vertaling naar http://translate.qcad.org.
Bedankt voor uw hulp!

514QCAD (main)Feature RequestLowPunktpestimmung Intersection manual muss immer wieder n...Assigned
0%
Task Description

Beispiel:
Zeichnen einer Linie (Line two points) mit Punktbestimmung.
Wähle ich für die Punktbestimmung z.B. “End” bleibe ich in diesem Modus bis ich etwas anderes wähle. Gut ;-)

Wähle ich für die Punktbestimmung “Intersection manual” muss ich dies für jeden Punkt immer wieder neu anwählen. Schlecht :-(

523QCAD (main)Bug ReportLowSelection tool button in CAD tool bar shows line tools ...Assigned
0%
Task Description

The selection tool is not accessible:

Click on Selection Tool icon - left panel:

Left panel then shows line tool options.

Click “back” button at top of left panel:

Left panel then shows selection options.

Click an option icon:

Left panel then shows line tool options again.

554QCAD (main)Feature RequestLowAuswahlbox sollte auch mit der Shift Taste Bereiche dem...Assigned
0%
Task Description

Ziehe ich mit der Maus eine normale Auswahlbox kann ich Elemente markieren.
Möchte ich einzelne Bereiche wieder herausnehmen muss ich alle Elemente einzeln anklicken (mit gedrückter Shift Taste).
Ich kann zwar dies komfortabler gestalten mit der Select → (De -) Select Contour Funktion welche aber erst über das Menue aufgerufen werden muss.

So wie ich einzelne Elemente mit der Maus auswählen und mit der Shift-Maus Funktion deselektieren kann wäre es schön wenn die Shift Taste auch bei Auswahlbereichen direkt zum deselektieren eingesetzt werden könnte.

564QCAD (main)Feature RequestLowSettings organisation in levelAssigned
0%
Task Description

As an old professional “documentation writer and user inteface designer” but IMHO, I’m not convinced that the “Application preferences” are correctly organised for ease of understanding and using them.
These settings are organised in 2 levels. Some of the first levels have their own settings (e.g. “Graphics view”) while most others don’t (e.g. “Load/save”). May I humbly ;-) suggest some consistency rules :
- no sub-level if there is only one subject
- no items on main level if there are already 1 or more sub-level(s).
For instance :
- sub-level “Default Dimension settings” under “Dimension” is the only sub-level : then move these items under main level “Dimension” and suppress the sub-level ;
- the items under “Graphics view” main level (with several sub-levels)could be in a sub-level named “General” ;
Actually, “Graphics view” main level is the only one which has both its own items and sub-levels ;-))) ?

588QCAD (main)Feature RequestLowBemaßung Prefix Dropdown mit eigenen Vorgaben erweitern...Assigned
0%
Task Description

Es wäre Arbeitserleichternd wenn ich bei den Optionen für Bemaßungen (Prefix/Postfix) eigene Präferenzen speichern könnte so das diese in allen Zeichnungen von mir verfügbar wären.
Zudem wäre es wünschenswert dieses nicht nur bei den Prefix sondern auch bei den Postfix Angaben nutzen zu können was dann alle(?) Manipulationen erschlagen würde.

Siehe auch:
http://www.ribbonsoft.com/rsforum/viewtopic.php?f=11&t=1966

601QCAD (main)Feature RequestLowFür Berechnungen neu zu erstellende Elemente Werte von ...Assigned
0%
Task Description

Es wäre schön wenn ich Werte wie zum Beispiel Längen von Linien direkt abgreifen könnte um diese weiter in Berechnungen verwenden zu können.

Beispiel:
Ich habe eine Linie konstruiert wobei sich eine Länge y ergeben hat.

Nun möchte ich eine Linie zeichnen die 5 mal y sein soll.

Linientool → Wert 5* eingeben und y durch Auswahl mit der Maus von dem vorhandenen Elements übernehmen.

Natürlich könnte ich die Geometrie Info benutzen um den Wert abzulesen oder auch über die Zwischenablage zu benutzen. Ein abgreifen mit der Maus wäre aber schneller, direkter und wahrscheinlich auch mit weniger Fehlern (Human error) verbunden. Wahrscheinlich auch genauer da QCad, denke ich, mit mehr Nachkommastellen rechnet, oder?

604QCAD (main)Feature RequestLowMeasure and record X,Y coordinates tool - add to info ...Assigned
0%
Task Description

Feature request
See topic - http://www.ribbonsoft.com/rsforum/viewtopic.php?f=31&t=2015

Just a thought, but one that could be useful for machinists in particular - a measurement tool that can snap to a point as per usual, but then just displays the drawing coordinates in X and Y. This could be expanded to the dimensions tool set, so that you can click on a point and print the coordinates next to it.

614QCAD (main)Feature RequestLowBlocks - overwrite current layer yes/no ...Assigned
0%
Task Description

I would appreciate an option for the library Browser that gives me the possibility to decide by my self to use the current (same name) layer in my drawing or overwrite it with the existing layers in the library item.

Imagine the possibility’s of this feature .... ;-)

617QCAD (main)Feature RequestLowDifferent dimensions font sizes in the same drawing.Assigned
0%
Task Description

Different dimensions font sizes in the same drawing.

622QCAD (main)Feature RequestLowDisproportianal scaling of arcs, ellipsesAssigned
0%
Task Description

Support disproportional scaling also for arcs, ellipses, other entities, not only lines and polylines with only line segments.

628QCAD (main)Feature RequestLowImprove workflow for entering tool parametersAssigned
0%
Task Description

Provide keyboard shortcuts for options tool bar.

Under Linux, Windows Alt+Key shortcuts can be used.
Mac OS X does not seem to support this.

See also suggestions at:
http://www.ribbonsoft.com/rsforum/viewtopic.php?f=32&t=2053&view=unread#unread

631QCAD (main)Feature RequestLowOption "Scale" für das öffnen von Templates ...Assigned
0%
Task Description

Wenn ich eine Zeichnung plane überlege ich mir natürlich im Vorfeld welche Blattgröße und welchen Maßstab ich verwenden möchte.

Wenn ich Templates (z.B. Zeichnungsblatt A4) für die Blattgröße öffnen könnte und dabei direkt einen Skalierungsfaktor (z.B. 10) vorgeben könnte hätte ich ohne Umwege gleich alles was man braucht. In diesem Fall ein A4 Blatt im Maßstab 1:10.

Im Grunde genommen das selbe was ich bereits mit Library Items machen kann ... ;-)

637QCAD (main)Feature RequestLowViewports / View ListAssigned
0%
Task Description

1. The Scrollbars for each window in the Viewports has the same size like the normal used scrollbars for windows. If you are working on a normal size Monitor it “steals” a lot of “working space”. Is there any possibility to make the scrollbars smaller or just a line to separate the windows so that I have to navigate with Keyboard and mouse?

2. I thing the Viewports and the View List belongs together - is it possible to get a button in the “View List / Tool Bar” to choose a Viewport style instead of “walking” the long way over the “Drawing preferences” Menu?

See also:
http://www.ribbonsoft.com/rsforum/viewtopic.php?f=47&t=2071

639QCAD (main)Feature RequestLowAbility to load a file of keyboard shortcutsAssigned
0%
Task Description

It would be useful if a file of keyboard shortcuts to commands could be loaded.

Then a set of shortcuts identical/based on the Autocad keyboard shortcuts can be loaded, making it much easier for Autocad users to migrate to your product.

There does seem to be some future functionality planned here, with the shortcut ‘scheme’ selector in Program Preferences, but for the moment ‘Qcad’ is the only option available.

This strategy is used to great effect by Draftsight (but who trusts a big company like Dassault/Solidworks...)

641QCAD (main)Bug ReportLowNo warning is displayed when lengthen tool is used with...Assigned
0%
Task Description

Command ‘Lengthen LE’ will extend most arcs but not all (2 arcs in the attached drawing do not work)! There is no obvious reason for this from the users point of view.

645QCAD (main)Bug ReportLowInch - Layerdata / Linewight still in mm ...Assigned
0%
Task Description

Drawing Unit is in “Inch” but the Layer Data (Line wight) is in “mm” ....

I like it ;-) ... but maybe I’m the only one :-(

648QCAD (main)Feature RequestLowConfigurable behavior for line patterns at weight 0.00Assigned
0%
Task Description

A line with linestyle = dots and line weight = 0.00 appears in model space overly spaced, all other lineweights behave as expected.
Suspect other linestyles to behave in a similar fashion.

See attached drawing.

Suggested fix: use the same scaling for lineweight 0.00 as for lineweight 0.05.

661QCAD (main)Feature RequestLowAdd support for the DGN formatAssigned
0%
Task Description

See OpenDesign news:
“ODA consolidates support for .dgn and .dwg file formats in Teigha”

665QCAD (main)Bug ReportLowPossible printing error on Linux fedora 16?Assigned
0%
Task Description

On behalf of et76
Possible printing error using Linux 16 - needs further testing!
Please see topic: http://www.ribbonsoft.com/rsforum/viewtopic.php?f=12&t=2119

Au nom de et76
Erreur d’impression possible en utilisant Linux 16 - a besoin d’autres tests!
S’il vous plaît voir le sujet: http://www.ribbonsoft.com/rsforum/viewtopic.php?f=12&t=2119

674QCAD (main)Feature RequestLowTo add optional 'auto' dimension tracking feature.Assigned
0%
Task Description

It might be useful for some to have the option to turn on/off ' auto’ dimension tracking option.

See related topic:
http://www.qcad.org/rsforum/viewtopic.php?f=2&p=6893#p6893

675QCAD (main)Feature RequestLowOption for fixed Text and Dimension heights ...Assigned
0%
Task Description

I think it would be nice to have the possibility to decide a fixed Text and Dimension (inclusive Arrows) height what is not affected by the Print scale. That means: If I have a given height of 3,5mm it will always be printed with 3,5mm - no matter what the scale for the printing is.
Yes, I see also the problem that I could run in space problems after I twitch to the Print preview - but that will also happen when I change the Text hight in the preferences for a 5:1 printing.
Maybe this Feature Request doesn’t looks important if you are usually working with Metric Units but if you have to handle Imperial Units then it is a pain in the back to make always the calculation to get the same heights.
Try it by your self; 3,5mm = 0.137795” = 1”:1” Now I like to print it in 1”:256” ops - to small - ok 1”:64” ... no, to big, maybe 1”:128” .......and QCad can’t remember the previously numbers. ;-)

680QCAD (main)Feature RequestLowAdditional Export function for Sketchup etc. ....Assigned
0%
Task Description

Additional Export function for export/import into 3D Programs like Sketchup etc. (file types like .dae, .3ds, .ddf, .skp).

See also:
http://www.ribbonsoft.com/rsforum/viewtopic.php?f=32&t=2176

700QCAD (main)Bug ReportLowSaved 'hatched' block loses hatching when using isometr...Assigned
0%
Task Description

Hatched block loses hatching when using isometric projection tool:
See -http://www.qcad.org/rsforum/viewtopic.php?f=32&p=7063#p7063

When manipulating a saved hatched block with the isometric tool it loses the hatching unless the block is exploded.

Is this normal behaviour here? or a bug?

705QCAD (main)Bug ReportLowVerwaltung Library Resourcen und Favoriten ....Assigned
0%
Task Description

Ob dies ein Feature Request oder ein Bugreport ist weiß ich nicht ....

Hier meine Gedanken ....

In den Application Preferences kann ich mehrere Library Sources vorgeben. Ich habe eine auf dem HD und eine auf einen USB angegeben.

Wenn ich nun QCad auf der HD ausführe habe ich beide Ressourcen zur Verfügung. Schön! Natürlich habe ich auch im Library Browser meine Favoriten von beiden Ressourcen angegeben.

Wenn ich nun aber den USB entferne zeigt mir der Library Browser immer noch beide Resorcen als Name an - schalte ich nun um auf die USB Resource bekomme ich keinerlei Hinweis das diese momentan nicht zur Verfügung steht. Es passiert einfach NIX ;-) Es wäre schön wenn ich hier eine “Nicht verfügbar” Meldung bekommen würde.

Wenn ich nun meine Trotteligkeit bemerke und den USB wieder einstecke habe ich logischerweise wieder meine Library zur Verfügung ..... nur die auf den USB Stick verweisenden Favoriten sind auf Nimmerwiedersehen verschwunden. Die auf dem HD bleiben erhalten!

OK - um es ganz rund zu machen ein anderes Szenarios in “Steno”:
QCad Start vom USB - > Library Favoriten anlegen auf USB Library - > QCad schließen - > USB entfernen → QCad auf HD starten - > Library Favoriten auf USB sind verschwunden - > QCad HD schließen - > USB einstecken und QCad von USB starten = Favoriten auf USB bleiben verloren!

Wäre es hier nicht möglich die Favoriten Information dem USB mit auf dem Weg zu geben? Wenn ich eine Favoriten Auswahl auf dem USB nicht kontrollieren kann macht diese Möglichkeit kaum Sinn.

714QCAD (main)Bug ReportLowIsometric view tool bar doesn`t remain ' docked'.Assigned
0%
Task Description

Win 7 - 64
Isometric view tool bar doesn`t remain ' docked’ when re-opening QCAD.

719QCAD (main)Feature RequestLowLibrary Browser additional Function ...Assigned
0%
Task Description

It would be nice to get:

In the Create Library Item task → “Save as” a remember Function for the last chosen Path to save the Item ... or a default path what is the same like the settings in the Application Preferences.
Right now you have to navigate again and again for every item what you will save in the same directory. If you have to save 20 items - it sacks ;-)

Also would it be nice for an easy “Clean up” to have the possibility to delete items directly in the Library Browser window.
Right now you have to use extern Programs like the Windows explorer to move or delete items.

721QCAD (main)Bug ReportLowVertical dimensions imported as horizontal dimensionsAssigned
0%
Task Description

Vertical dimensions created with 3rd party applications are sometimes imported as horizontal dimensions with length 0. Changing the angle in the property editor fixes the problem.
Problem occurs in QCAD 2.2 and QCAD 3.0.

729QCAD (main)Bug ReportLowPreferences not stored on some installationsAssigned
0%
Task Description

Preferences not stored on some installations

See:
http://www.qcad.org/rsforum/viewtopic.php?f=33&t=2269&view=unread#unread

733QCAD (main)Bug ReportLowQCAD Trial: batch tool dwg2bmp produces no outputAssigned
0%
Task Description

Some users are experiencing problems with dwg2bmp.

See forum at:
http://www.qcad.org/rsforum/viewtopic.php?f=32&t=2272&view=unread#unread

736QCAD (main)Bug ReportLowsnap tool menu is shown before specifiv tool menuAssigned
0%
Task Description

When creating a new file, selecting the e. g. line tool at first opens the linemenu and the snap tool menu as expected. After clicking on the back button twice (going back to the main menu) and selecting the e. g. circle menu, the snap tool menu is shown instead of the circle menu. Instead the circle menu is shown after pressing the back button again.

This only happens when clicking on the back button, but with any tool menu seleected. Pressing escape to go back does not show this problem.

QCAD is running on Mac OS Mountain Lion.

747QCAD (main)Feature RequestLowDXF import: dimension labelAssigned
0%
Task Description

Add support for custom dimension labels created in 3rd party applications. Such labels may contain text that is stripped by QCAD.

754QCAD (main)Bug ReportLowAdding or removing additional viewports - gives unwante...Assigned
0%
Task Description

Windows 7-64
3.0.7
When adding or removing additional viewports,an extra unnecessary window of the viewport is created.

783QCAD (main)Feature RequestLowSave as .dgn option missing in 3.0.8?Assigned
0%
Task Description

Not really a bug I suppose but the save as.dgn file format is missing in snapshot 3.0.8 release.

Will this be available again soon?

787QCAD (main)Feature RequestLowHatch generator - plug in tool?Assigned
0%
Task Description

Would it be possible to make a Plug in tool for a Hatch generator, so custom made hatches can be saved as .pat files?

I have a lot of up and coming future projects that I would like to make my own ‘custom’ hatches for.

792QCAD (main)Feature RequestLowNew 'Match' properties toolAssigned
0%
Task Description

To add a new ‘Match’ properties tool.

For example, I have a large drawing with lots and lots of entities on various layers and I want to select some entities (say 500 or more) which are all on different layers and change all these selected entities to match the properties of one other particular entity - but, but I want the ‘Matched’ entities to remain on their own layers.

OK, of course I can use the property editor for this and this is fine in most instances but I would first need to determine the the layer data for the properties of the entity I would like to match to (Color, Line weight and Line type) in the first place and then I need to remember these attributes in order to change things in the property editor in order to change all of my selection to match!

As I say mostly the above procedure would be fine to use but for convenience it would be great to have a new tool to do all this for me and cut out a few steps in the process.

A new ‘Match’ properties tool procedure could be something like this:

1. Select Match properties tool.

2. Select all entities to be matched.

3. Select entity to match to.

4. Tick or leave un-ticked - move to same layer.

5. Complete process.

* Actually, while writing this I`ve just thought of another useful addition which could be added to the Info tool set, ‘Entity’ properties info!
Example - click on Info > Entity Properties and click on the entity in question and then the properties are displayed without going to the layer data for this!
Just an idea ;)

802QCAD (main)Feature RequestLowUser defined toolbarAssigned
0%
Task Description

It would be a nice feature to be able to define your own toolbar.

See: http://www.qcad.org/rsforum/viewtopic.php?f=32&t=2393

Showing tasks 251 - 300 of 519 Page 6 of 11<<First - 4 - 5 - 6 - 7 - 8 - Last >>

Available keyboard shortcuts

Tasklist

Task Details

Task Editing