Menu

#432 block name problem on loading

master branch
pending-later
nobody
None
2
2013-10-11
2013-10-11
No

Blocks are confused on loading a working QCAD dxf(2000) when the first 5 characters of names are equal without space; LibreCAD generated dxf(2000) files working.

1 Attachments

Discussion

  • Rallaz

    Rallaz - 2013-10-11

    The attached dxf are corrupt.

    1. STYLE definition are incomplete
    2. mandatory ACAD APPID are missing
    3. "continuous" line type are defined 2 times
    4. *Model_Space BLOCK_RECORD are defined 2 times
    5. BLOCK definition of defined Paper_Space & Paper_Space0 BLOCK_RECORD are missing
    6. *Model_Space BLOCK are NOT follow by mandatory ENDBLOCK
    7. ...

    Edit blocktest.dxf and add the follow text starting at line #1517 to solve the point #6:
    0
    ENDBLK
    5
    8A
    100
    AcDbEntity
    8
    0
    100
    AcDbBlockEnd

    Adding a patch to prevent this "corruption" is very intrusive, and not be added until is removed the "feature freeze" state.

    May be open a bug report in QCad...

     
  • Rallaz

    Rallaz - 2013-10-11
    • status: open --> pending-later
    • Group: 2.0 --> master branch
    • Priority: 5 --> 2
     

Log in to post a comment.