QCad display some objects with wrong sizes

If you are having problems with QCAD, post here. Please report bugs through our Bug Tracker instead.

Always attach your original DXF or DWG file and mentions your QCAD version and the platform you are on.

Moderator: andrew

Forum rules

Always indicate your operating system and QCAD version.

Attach drawing files and screenshots.

Post one question per topic.

Post Reply
sistemas.caw
Junior Member
Posts: 24
Joined: Wed Apr 10, 2019 3:51 pm

QCad display some objects with wrong sizes

Post by sistemas.caw » Wed Jun 17, 2020 4:39 pm

Hello,

We have some DWG files that when openned with QCad display some objects with wrong sizes. (See attached file). Is it a bug?
Attachments
CB1-B.DWG
(148.75 KiB) Downloaded 390 times
Autocad.PNG
Autocad.PNG (56.76 KiB) Viewed 5651 times
QCad.PNG
QCad.PNG (97.32 KiB) Viewed 5651 times

User avatar
Husky
Moderator/Drawing Help/Testing
Posts: 4937
Joined: Wed May 11, 2011 9:25 am
Location: USA

Re: QCad display some objects with wrong sizes

Post by Husky » Wed Jun 17, 2020 6:18 pm

Hi,

the Dimension "Size scale factor" is set for some reasons to 10. Change it to 1 and it should do the trick ...

Husky-2020.06.17-01.png
Husky-2020.06.17-01.png (80.36 KiB) Viewed 5644 times

Bug? I don't know ....
If the dwg drawing has the setting 10 - then I wouldn't consider that as a bug.
If the dwg drawing has the setting 1 - then I would consider that as a bug. :wink:
Work smart, not hard: QCad Pro
Win10/64, QcadPro, QcadCam version: Current.
If a thread is considered as "solved" please change the title of the first post to "[solved] Title..."

CVH
Premier Member
Posts: 3467
Joined: Wed Sep 27, 2017 4:17 pm

Re: QCad display some objects with wrong sizes

Post by CVH » Wed Jun 17, 2020 8:00 pm

Hi,

Remark other subtle differences Qcad vc AC! :wink:
- Fontfaces
- Arrow style
- Except 2, the Dims are on Layer 0 ; Layer 0 color = white ; AC view = green
(Andrew recently added dimension text color)
- Even with 'Size scale factor' = 1 the placement of the Dim text differs
- looking at QCAD.PNG: How does Qcad come up with view cut A to A?

Strange use of Dim Label = '<>.4' and '<>.5' why not shift the entities and the dim?
The file has unit 'none'!

Regards,
CVH

sistemas.caw
Junior Member
Posts: 24
Joined: Wed Apr 10, 2019 3:51 pm

Re: QCad display some objects with wrong sizes

Post by sistemas.caw » Mon Jul 06, 2020 8:08 pm

Husky wrote:
Wed Jun 17, 2020 6:18 pm
Hi,

the Dimension "Size scale factor" is set for some reasons to 10. Change it to 1 and it should do the trick ...


Husky-2020.06.17-01.png


Bug? I don't know ....
If the dwg drawing has the setting 10 - then I wouldn't consider that as a bug.
If the dwg drawing has the setting 1 - then I would consider that as a bug. :wink:
Hello,

Thanks for reply,

The scale factor property is really 10.
I did some tests with this property in Autocad and I see that it only affects the lines of dimensions, don't change text size.
As DWG file went created by Autodesk, shouldn't QCad behave in the same way as Autocad?

Regards,
Rhodolfo.

sistemas.caw
Junior Member
Posts: 24
Joined: Wed Apr 10, 2019 3:51 pm

Re: QCad display some objects with wrong sizes

Post by sistemas.caw » Mon Jul 06, 2020 8:21 pm

Hello,

Thanks for reply,

Good comparison.
CVH wrote:
Wed Jun 17, 2020 8:00 pm
Remark other subtle differences Qcad vc AC! :wink:
- Fontfaces
- Arrow style
- Except 2, the Dims are on Layer 0 ; Layer 0 color = white ; AC view = green
(Andrew recently added dimension text color)
About text color of dimension, I didn't have seen.
CVH wrote:
Wed Jun 17, 2020 8:00 pm
- Even with 'Size scale factor' = 1 the placement of the Dim text differs
- looking at QCAD.PNG: How does Qcad come up with view cut A to A?
About The Cut A to A, I didn't have seen too. (this is more critical!).
CVH wrote:
Wed Jun 17, 2020 8:00 pm
Strange use of Dim Label = '<>.4' and '<>.5' why not shift the entities and the dim?
The file has unit 'none'!
We receive theses dwg from our custommers, then we don't have much control about how it is made.


Regards,
Rhodolfo.

sistemas.caw
Junior Member
Posts: 24
Joined: Wed Apr 10, 2019 3:51 pm

Re: QCad display some objects with wrong sizes

Post by sistemas.caw » Fri Jul 10, 2020 3:33 pm

Hello,

Is there a possibility that QCad has the same behavior as Autocad in relation to the "Size scale factor" parameter?
Last year we bought QCad Profesional. If this issue is not solved, we'll need to leave QCad. :(

Att,
Rhodolfo.

User avatar
andrew
Site Admin
Posts: 9052
Joined: Fri Mar 30, 2007 6:07 am

Re: QCad display some objects with wrong sizes

Post by andrew » Fri Jul 10, 2020 4:34 pm

The problem is complex:

- the dimensions in drawing "CB1-B.dwg" use text style "1"
- text style "1" has a fixed text height of 40 (usually that would be 0 to allow dynamic text heights)
- the overall scale factor of the dimension style for this drawing is 10

QCAD correctly applies the overall scale factor of 10 to all dimensions. However, it also applies the scale to the text labels which Autocad doesn't because the dimension text style has a fixed height instead of 0.

As you might have noticed, QCAD does not support dimension styles or text styles for simplicity, so this behaviour cannot be easily replicated in QCAD. If dimension sizes are scaled, all dimension sizes are scaled, including the text height in QCAD.

The easiest fix in QCAD is to set the text height from "30" to "3" under Edit > Drawing Preferences > Dimension > Dimension Settings.

If you need to have the exact behaviour of Autocad, you would indeed have to stick to a solution that supports dimension styles and text styles like Autocad.

Post Reply

Return to “QCAD Troubleshooting and Problems”