|
1887 | dwg2bmp | Feature Request | Low | Add "-max-lineweight" option for dwg2bmp | Assigned | |
2 |
Task Description
Hi there,
A friendly request to add the option to set a maximum lineweight for raster conversions via dwg2bmp.
Depending on the LW configuration of the CAD file, rasterization operations sometimes yield terrible results (see attachment). This would also mirror the similar “-min-lineweight” options available on “dwg2svg” and “dwg2pdf” (although not on “dwg2bmp”).
See also: https://qcad.org/rsforum/viewtopic.php?f=32&t=6298
Thanks!
|
|
1888 | dwg2bmp | Feature Request | Low | Add support to disable hatch rendering on "dwg2bmp" | Assigned | |
1 |
Task Description
Hi!
A friendly request to add an option to disable hatch rendering on “dwg2bmp” conversions.
Depending on the nature of the conversion and the density of the hatch, this may render unintelligible images (see attachments). The option could look like “-t, -nohatch” to indicate hatches should be hidden before rendering. This could potentially become an option too for “dwg2svg” or “dwg2pdf.”
Amazing product, thank you so much!
|
|
1922 | dwg2bmp | Feature Request | Very Low | Add error message when requesting raster for a non-exis... | Assigned | |
|
Task Description
It would be nice if QCAD spit some kind of warning message when trying to render a layer with a name that doesn’t exist (and perhaps render nothing), rather than silently rendering an empty image. :D
See https://qcad.org/rsforum/viewtopic.php?f=33&t=6453
|
|
1021 | dwg2pdf | Feature Request | Low | dwg2pdf: switch to set block to export | Assigned | |
1 |
Task Description
Add a command line switch to dwg2pdf to export a given block instead of “*Model_Space”.
|
|
1700 | dwg2pdf | Feature Request | Low | dwg2pdf: output multiple layouts | Assigned | |
|
Task Description
Add support to specify multiple blocks (layouts) to output (one per page).
|
|
1823 | dwg2pdf | Feature Request | Low | plotting error to pdf a Dwg where the view port is not ... | Assigned | |
|
Task Description
When trying to plot a dwg or a dxf to pdf where the viewport is orientated to a different angle than north up the data in the view port is plotted north up. see attached DWG and pdf for clarification.
|
|
1824 | dwg2pdf | Feature Request | Low | dwg2pdf does not obey frozen layers in paper-space view... | Assigned | |
|
Task Description
We currently have a paper-space using two viewports with different layers from the model-space frozen. Unfortunately in the pdf output the layers which are frozen show up. dwg2pdf should obey the specific frozen layer for each viewport
|
|
1960 | dwg2pdf | Bug Report | Low | dwg2pdf command fail | Assigned | |
|
Task Description
Good afternoon, I found a bug.
Source file: B5.dwg.
Command line: .\dwg2pdf.bat -f -a -recompute-dim -ltscale=1 -font-substitution Standard GBK path
After I used the command, the message “Warning: standard font not found” occured. And B5.pdf is not found. Convert is fail.
|
|
1961 | dwg2pdf | Bug Report | Low | Too many drawings are missing | Assigned | |
|
Task Description
Hello, I found a bug.
Original file: 006–【武汉会展中心店】一层合用前室.dwg
Converted file: 006–【武汉会展中心店】一层合用前室.pdf
Command line: .\dwg2pdf.bat -f -a -recompute-dim -ltscale=1 -block=布局1 path
Bug description file: problem8.png
As you see. I use dwg2pdf to export the block named “布局1”. There are too many drawings missing.
|
|
1542 | dwg2svg | Feature Request | Low | dwg2svg: add switch to show only given layer(s) | Assigned | |
|
Task Description
Implement a command line switch to only show a list of given layers for dwg2* command line tools.
|
|
976 | dxflib | Bug Report | Low | DXF import errors related to hatches, texts | Assigned | |
|
Task Description
See: http://www.qcad.org/rsforum/posting.php?mode=reply&f=30&t=2677
|
|
1203 | dxflib | Bug Report | Low | Images not saved (dxflib) | Assigned | |
|
Task Description
I am doing a bit of landscaping and using a (big) ortophoto as one of my layers in order to sanity-check on the ground measurements.
The layer contains a point and the image and nothing else.
The image is a 8MB file: “PNG image data, 4200 x 2980, 8-bit/color RGB, non-interlaced” and it is scaled to 210 coordinate units (meter) horizontally in the drawing.
With approx 50% probability the image disappears during Save, as see for instance in this diff of the DXF file:
@@ -158699,28 +153057,6 @@ AcDbXrecord
90
6
0
-IMAGEDEF
- 5
-A1
-100
-AcDbRasterImageDef
- 90
-0
- 1
-/critter/HTV10/Ortofoto/ortofoto201502f.png
- 10
-210.0
- 20
-149.0
- 11
-1.0
- 21
-1.0
-280
-1
-281
-0
- 0
ENDSEC
0
EOF
The point in the same layer does not similarly disappear, the bug only seems to affect images.
I have seen this bug from version 3.7.5.0 to git as of yesterday (63e06c778926a803bdfbffdf27b8c24d41511072).
I have not been able to correlate the bug with anything.
Looking closer at the DXF file (attached), there seems to be some residuce of attempts to insert images in protected/invisible layers, so this may be some kind of refcounting issue.
(Any chance of getting FreeBSD into the “Operating System” field ?)
|
|
1506 | dxflib | Feature Request | Low | writeVPort parameters | Assigned | |
|
Task Description
Add parameters to the function DL_Dxf::writeVPort. This way users will be able to specify the desired viewport.
Is the github the official repository? Are pull requests sent there accepted?
|
|
1863 | ECMAScript | Feature Request | Low | WidgetFactory.saveState: save state of checkable QGroup... | Assigned | |
|
Task Description
QGroupBox widgets with <property name=”checkable”> are not saved in Qcad3.conf
|
|
693 | QCAD (main) | Feature Request | Medium | Support for external references (XREF) | Likely to be implemented | |
14 |
Task Description
Support for external references (XREF)
|
|
694 | QCAD (main) | Feature Request | Low | User coordinate systems (UCS) | Assigned | |
5 |
Task Description
UCS support.
|
|
763 | QCAD (main) | Feature Request | Low | Hatching with just one click | Assigned | |
5 |
Task Description
My task: To hatch an area.
Right now, if I want to fill an area with a hatch pattern, I have to select all the enclosing objects (lines, arcs) and then I can select the hatch tool. That can be under some circumstances a tedious task. To illustrate this, I created a simple example (see Attachment 1: Hatching.png).
Step 1: Create a rectangle. Step 2: Draw four vertical lines. Step 3: Select the four lines surrounding the first area. –> Problem! The horizontal lines are too long. Step 4: Divide the long horizontal lines of the rectangle where the vertical lines touch. Now the lines surrounding the three areas can be selected. Step 5: Hatch the selection. Done.
Just for fun try recreating my second example (see Attachment 2: Hatching2.png)
Therefore I would like to suggest a far more simple approach.
Step 1: Select the Hatch Tool. Step 2: Click inside the area you would like to be hatched. Done.
Of course that would mean that the hatch style is already pre-defined and can be changed later, if needed.
In this way productivity can be increased by ... [fill in you own estimate] ... times.
Example 2 would need only 13 clicks to hatch all the areas (including the hatch tool button).
|
|
778 | QCAD (main) | Feature Request | Low | Remove multiple layers | Assigned | |
5 |
Task Description
It would be a nice feature to be able to select multiple layers to remove them all at once.
|
|
1428 | QCAD (main) | Feature Request | Low | Snap middle of the minimum distance between two entity'... | Assigned | |
5 |
Task Description
Hi,
from time to time I need to place a circle etc precisely between two entity’s - what is a lot of construction work to get it correct. With the new “Info tool “Distance Entity to Entity” we have already the base for a new snap tool which could help to get rid of the time consuming construction process in cases like this. I would appreciate to get a new snap tool which is able to figure out the shortest distance between to entity’s and then will snap to the middle of it.
Pic 1: Given situation Pic 2: Result after using this new snap tool
Would it make also cense to have a second new snap tool which works opposite for the furthermost distance between two entity’s?
|
|
1723 | QCAD (main) | Feature Request | Low | Detecting overlapping line / arc segments | Assigned | |
5 |
Task Description
Add a tool to detect overlapping segments or lines and arcs. Similar like the “overkill” command in other CAD systems.
|
|
895 | QCAD (main) | Feature Request | Low | Area calculation based on existing entities | Assigned | |
4 |
Task Description
Use case:
Start tool
Choose one entity of the contour
If contour is closed, area of closed contour is calculated an printed in the command line history
Configuration parameters: segment length for arc interpolation
|
|
972 | QCAD (main) | Feature Request | Low | Distribute equally option ... | Assigned | |
4 |
Task Description
It would be nice (and a time-saver!) to have an additional option in the alignment tool: Distribute entities / blocks equally.
|
|
1165 | QCAD (main) | Feature Request | Low | New Create Spiral Tool | Assigned | |
4 |
Task Description
A new tool to create Spirals would be great to have, with an option to restrict the decline to achieve to draw either Logarithmic or Linear styles.
Please see related topic:
http://www.qcad.org/rsforum/viewtopic.php?f=31&t=3236
|
|
1224 | QCAD (main) | Feature Request | Low | Revision clouds | Likely to be implemented | |
4 |
Task Description
Add support to draw revision clouds or convert polylines, ellipses, circles to revision clouds.
|
|
1721 | QCAD (main) | Feature Request | Low | Insert table tool | Assigned | |
4 |
Task Description
Hi Andrew,
I’m not sure whether this has been added or suggested already. It would be great to have a built in QCAD table tool for producing cutting lists or bill of materials etc. A dedicated table tool would be a real boost to QCAD Pro ;)
Many thanks
Clive
|
|
704 | QCAD (main) | Feature Request | Low | Old Hatch Function | Assigned | |
3 |
Task Description
It would be nice to implement the old hatch function as a tile function in parallel with the newer more industry standard hatch function. A tile function that would allow overlap +/- would be even better, and a great productivity boost, almost like an array within a set of bounds.
Thanks, Bob
|
|
734 | QCAD (main) | Feature Request | Low | Possibility to distribute a selection equal to each oth... | Assigned | |
3 |
Task Description
It would be nice to have an extra option for the Align tool what provides the possibility to an equal distribution of a selection ...
Screenshot: First row: Befor / Second row: after
|
|
752 | QCAD (main) | Feature Request | Very Low | Add support for the 3dConnexion Space Navigator (Pan an... | Assigned | |
3 |
Task Description
The 3dConnexion Space Navigator would be wonderful as a pan and zoom control. I find it extremely useful in SketchUp and when I switch from that to QCAD am always disappointed to find it doesn’t work.
3dconnexion DOT com/buy/shop.html?3dxcp=GA_GA_search_google_US_Brand
While full support for the buttons and such would be nice, just the ability to map the axis to pan and zoom would be wonderful.
|
|
766 | QCAD (main) | Feature Request | Low | Layer List: Add "Lock All Layers" | Assigned | |
3 |
Task Description
To improve useability/efficiency I would like to propose the following changes/additions to the layer list:
1) Combining the show and hide button into one button.
Clicking once will hide all layers, clicking again will show them all again.
2) A “lock/unlock” button.
Clicking once will lock all layers, clicking again will unlock them all again.
Regarding the icons I suggest that instead of show both the black and grey version of the eye/lock, you could switch between them depending on the state the switch-button is in. Also the mouse-over-text could/should change with the state.
|
|
952 | QCAD (main) | Feature Request | Low | Dimensions: manually control arrow position | Assigned | |
3 |
Task Description
See drawing: I can’t seem to be able to manually change to the “To” variants – that is, override the decision of the label/arrow placement engine.
The circle in the attachment is a borderline example of when even just in this form I would more like it on the outside. If the drawing is crowded in that area, it would be even more useful to have it the other way around.
|
|
1126 | QCAD (main) | Feature Request | Low | Suggestion for Dimension Location setting | Assigned | |
3 |
Task Description
Please seet topic:
http://www.qcad.org/rsforum/viewtopic.php?f=31&t=3124
|
|
1171 | QCAD (main) | Feature Request | Low | Selecting the right entity when entities are close / on... | Assigned | |
3 |
Task Description
Please see last few posts here:
http://www.qcad.org/rsforum/viewtopic.php?f=32&t=3227&p=11777#p11777
|
|
1206 | QCAD (main) | Feature Request | Low | Link drawings with each other to update layers, blocks | Assigned | |
3 |
Task Description
See: http://www.qcad.org/rsforum/viewtopic.php?f=31&t=3410
|
|
1218 | QCAD (main) | Feature Request | Low | Edit blocks in the drawing instead of isolated | Assigned | |
3 |
Task Description
see: http://www.qcad.org/rsforum/viewtopic.php?f=31&t=3466
|
|
1470 | QCAD (main) | Feature Request | Low | Double line tool request | Assigned | |
3 |
Task Description
I would love to have a ‘Double Line’ tool in QCAD.
For me this would be such a time saver when drawing out building floor plans in QCAD.
|
|
1488 | QCAD (main) | Feature Request | Low | Dimension text position | Assigned | |
3 |
Task Description
This one is a really important one for me, as currently I am doing a lot of dimension and annotation drawings. I would like to request an option to be added to the dimension settings for both drawing and application settings to be able to choose whether the dimension text is to the right or left side or over the top or underneath the dimension line. This would help tremendously when a lot of dimensions are needed!
Regards
Clive
|
|
1628 | QCAD (main) | Feature Request | Low | Move / Copy and snap tangential | Assigned | |
3 |
Task Description
Please see:
https://www.qcad.org/rsforum/viewtopic.php?f=32&t=5024#p18601
|
|
228 | QCAD (main) | Feature Request | Low | Insert current date (and other fields) | Assigned | |
2 |
Task Description
Insert field into drawing that displays current date, file name, ...
|
|
467 | QCAD (main) | Feature Request | Low | Feature request for new Arc tool option to add to Arc s... | Assigned | |
2 |
Task Description
For and behalf of mandrena
To add another Arc tool option in Arc tools set:
1.Specify Start point for Arc. 2.Specify End point for Arc. 3.Specify “Tangent” direction (without being restricted in input field) so you can visually select a point on your desired Tangent line!
|
|
516 | QCAD (main) | Feature Request | Low | To add option to 'print only' selected area. | Assigned | |
2 |
Task Description
To add the option to ‘print only’ selected area in a drawing.
|
|
579 | QCAD (main) | Feature Request | Low | Copy layers / blocks | Assigned | |
2 |
Task Description
Duplicate (copy, clone) a layer with or without entities on it. New name can be specified by user.
|
|
618 | QCAD (main) | Feature Request | Low | user defined lineweight | Assigned | |
2 |
Task Description
To have the option to set your own ‘user defined’ line weight.
|
|
620 | QCAD (main) | Feature Request | Low | option to have horizontal dimension info using vertical... | Assigned | |
2 |
Task Description
Some times I need to have the dimension info using the Vertical Dimension tool displayed horizontally. See attached image: Possibly this option could be added to the Label drop down menu.
|
|
708 | QCAD (main) | Feature Request | Low | To re-introduce Tile and Cascade window options | Assigned | |
2 |
Task Description
To re-introduce Tile and Cascade window options like as before in QCAD 2.2.2.
|
|
758 | QCAD (main) | Feature Request | Low | Lengthen/Shorten tool - add additional option | Assigned | |
2 |
Task Description
When using the Lengthen/Shorten tool it would be good to have an additional option to be able to pick a point to lengthen or shorten to.
|
|
767 | QCAD (main) | Feature Request | Low | Merging/Combining segments of a straight line into one | Assigned | |
2 |
Task Description
Sometimes you end up with a straight line which is broken/split into several parts. It would be great to have a tool to merge/combine these segments into one.
That would be the opposite/complementary tool to the “Split Entities” tool.
|
|
770 | QCAD (main) | Feature Request | Low | Polyline tool to delete segments between two nodes, lea... | Assigned | |
2 |
Task Description
I guess this is a case of wording and wrong expectations.
The polyline tool “Delete Segments between two nodes” removes nodes, but not segments as the title and the icon suggests.
I propose to rename it to “Delete Nodes between two nodes”.
A tool which actually removes line segments from a polyline, leaving gaps, could indeed be useful to some users.
I think of a straight polyline with several segments. Then I remove some segments. I end up with a polyline with “holes” in it. Now I could stretch that polyline and all the remaining segments and holes stretch proportionally. Could be handy some times.
|
|
774 | QCAD (main) | Feature Request | Low | Additional Button in the Blocklist menu for "Create Blo... | Assigned | |
2 |
Task Description
If I work in QCAD only with Toolbars (and not with the “Cad Tools” there is nowhere a Button to find for “Create Block from selection”. If I have to create a Block based on a selection I have to work with the Menu or have to activate the Cad Tools.
But, if I look at the Blocklist menu there is a function (+) to add an empty Block. It would be nice to have this button working for both situation - empty Block or depending on a selection to “Create Block from selection”.
Or alternative an additional Button ...
Anyway - in my opinion would that make the “Blocklist” complete.
|
|
779 | QCAD (main) | Feature Request | Low | Turning detailed view on/off | Assigned | |
2 |
Task Description
My system: Intel(R) Core(TM) i5 CPU 650 @ 3.20GHz and 8 GB of RAM and NVIDIA GT218 (GeForce 210)
For a normal drawing displaying it in all detail is a good thing and the performance of my quad-core system is more than adequate.
But I discovered (or rather experienced) that when putting a large collection of individual drawings of gears onto one big sheet (960 mm x 600 mm - preparation for laser cutting), the performance was so bad that I had to wait several seconds (>10 sec) for each step in the process of arranging all the parts on the layer.
Request: It would be a big help and performance booster if you could disable the detailed view of each part/layer and only draw a rectangle to visualize the outline of the part.
Please take this in consideration. Attached you find an example of how that could look like. (Actually when pasting a drawing from the clipboard you already do that.)
|
|
784 | QCAD (main) | Feature Request | Low | Turn text into hatched polylines | Assigned | |
2 |
Task Description
Would it be possible to add a feature which turns selected text into solid fill hatched polylines?
That would make it possible to migrate the drawing from one computer system to another without having to worry whether the used font is installed on both systems, like when sending a drawing to a manufacturer for laser engraving.
Right now I can do it by hand, letter by letter, and that is a rather labour-intensive task.
|