Bad dimensions LC 2.0.0.rc2 (vs QCad 2.2.2)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
9 messages Options
Reply | Threaded
Open this post in threaded view
|

Bad dimensions LC 2.0.0.rc2 (vs QCad 2.2.2)

uffooo
All in attachments - screenshot (via mail, possible?)
best regards


baddim-LC2.0.0rc2-qcad2.2.2.2.jpg (368K) Download Attachment
fundamenty-rys-zast-01.dxf (49K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Bad dimensions LC 2.0.0.rc2 (vs QCad 2.2.2)

Rallaz
Hi uffooo,

The attached dxf file, are created with LibreCAD 1.x or with QCad 2.x ?

These tree dimensions have inverted the "defpoints", codes 13,23 & 14,24 of AcDbAlignedDimension

I will try to write a patch to check the order of the points.

Attached a corrected dxf file (simply swapped 13,23 & 14,24 codes with cut&paste in text editor)
fundamenty-rys-zast-02.dxf.zip
Reply | Threaded
Open this post in threaded view
|

Re: Bad dimensions LC 2.0.0.rc2 (vs QCad 2.2.2)

cantcode
rallaz can you tell if this is a bug?
Free Image Hosting at www.ImageShack.us

where does that line come from?
is it from the dimensioning line? (havn*t seen this before)
Reply | Threaded
Open this post in threaded view
|

Re: Bad dimensions LC 2.0.0.rc2 (vs QCad 2.2.2)

Rallaz
Hi cantcode,

I have not enough information.

Can you attach the file? or better, delete everything except the dimension and attach the file
Reply | Threaded
Open this post in threaded view
|

Re: Bad dimensions LC 2.0.0.rc2 (vs QCad 2.2.2)

LordOfBikes
Administrator
Hi Rallaz,

this small line is in your corrected dxf file. It is the vertical dimension line on the bottom left, 287 length. The small line is about X140,Y42.

When selecting the dimension line this small segment is selected too, there is no horizontal border line on the lower end of the dimension. When dragging the dimension on the bottom, this segment disappears and the horizontal border line for the dimension appeares.

Armin
investing less than half an hour into Search function can save hours or days of waiting for a solution
Reply | Threaded
Open this post in threaded view
|

Re: Bad dimensions LC 2.0.0.rc2 (vs QCad 2.2.2)

Rallaz
Is a bug, that line should be horizontal

To reproduce draw a vertical dimension
1. "first extension point:" click in some point
2. "second extension point:" click in some point
3. "dimension line location:" click in point 2 (or write @0,0)

y1: coordinate of point 1, y2: coord. of point 2

if y1 < y2 the bad line are under the arrow
Reply | Threaded
Open this post in threaded view
|

Re: Bad dimensions LC 2.0.0.rc2 (vs QCad 2.2.2)

Rallaz
Added a patch to solve the bug indicated by cantcode.

Armin:
I tested the patch but, please, can you verify / test /check ?

to All:
Please, verify / test /check and comment if anyone find any issue

The original issue of this thread are pending.
Reply | Threaded
Open this post in threaded view
|

Re: Bad dimensions LC 2.0.0.rc2 (vs QCad 2.2.2)

LordOfBikes
Administrator
@Rallaz, I tested your patch, it's proofed and accepted

Armin
investing less than half an hour into Search function can save hours or days of waiting for a solution
Reply | Threaded
Open this post in threaded view
|

Re: Bad dimensions LC 2.0.0.rc2 (vs QCad 2.2.2)

Rallaz
In reply to this post by Rallaz
Hi uffooo,

I made some more investigation and your dxf are not totally bad.

These dim data defines a aligned dim with a oblique angle as seen in the LC image.

Due to LC do not support dim oblique angle I added a function to recalculate the original dimension point.