Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Issue in ACAD_TABLE entity in AC1015 #1062

Open
michal-josef-spacek opened this issue Dec 23, 2024 · 4 comments
Open

Issue in ACAD_TABLE entity in AC1015 #1062

michal-josef-spacek opened this issue Dec 23, 2024 · 4 comments

Comments

@michal-josef-spacek
Copy link
Contributor

In #1059 example table.zip is issue:

--common_size: 14490
unknown_bits [3172 (14490,2891,0) 397 TF]: 0000000000101E5000000000000004340BA922CD20C820000000000000508000000000000014200000000000000608000000000000014200000000000000508000000000000018200000
00000000038800000000000000E20000000000000038800000000000000E202020020C80C832A24AA2622805210040400000000000000404040240501AA020082A020120280D501004150100901406A80802028080480A03540401054040240
501AA020082A020020280D501004050100101406A808020A8080080A03540401054040040501AA020080A020020280D501004150100101406A808020A8080080A0354040101404004050190A736F6D65207465787400A420080800000000000
1F07E8080080A03540401014040040501AA020080A020020280D501004050100101406A80802028080080A03540401014040040501AA020082A020020280D501004150100101406A80802028080080A03540401054040040501AA0200828191
04B20202888290145A90F0C2828282828282828282828282828282828282828282828280E

ins_pt: (404, 38, 0) [3BD 10]
scale_flag: 3 [BB 0]
scale: (1, 1, 1) [DD 41]
rotation: 0 [BD 50] 0º
extrusion: (0, 0, 1) [3BD 210]
has_attribs: 0 [B 66]
block_header: (5.2.28B) abs:651 [H 2] => BLOCK_HEADER *T
tablestyle: (5.2.1E18) abs:7704 [H 342]
flag_for_table_value: 22 [BS 90]
horiz_direction: (1, 0, 0) [3BD 11]
num_cols: 6 [BL 92]
num_rows: 4 [BL 91]
col_widths[0]: 12 [BD 142]
col_widths[1]: 12 [BD 142]
col_widths[2]: 16 [BD 142]
col_widths[3]: 12 [BD 142]
col_widths[4]: 12 [BD 142]
col_widths[5]: 16 [BD 142]
row_heights[0]: 7 [BD 141]
row_heights[1]: 7 [BD 141]
row_heights[2]: 7 [BD 141]
row_heights[3]: 7 [BD 141]
ERROR: Invalid ACAD_TABLE.cells x 24

 object_map{E11} = 1209
 padding: 2/2 (3 bits)
crc: 87A4 [RSx]
 check_CRC 76046-78258 = 2212: 87A4 == 87A4
@rurban
Copy link
Contributor

rurban commented Dec 23, 2024

Of course, it's unstable. Thanks for the test case, but we already do have plenty of such TABLE`s already

@michal-josef-spacek
Copy link
Contributor Author

I am opening this ticket for fixing the TABLE entity in AC1015.

@michal-josef-spacek
Copy link
Contributor Author

@rurban I have a question:
In dwg.spec is code:

FIELD_HANDLE (block_header, 5, 2);

This code generates in DXF:

   2
*T

But there is not a DXF 343.
When I changed first one to:

FIELD_HANDLE (block_header, 5, 343);

DXF output is:

343
AA5

But without DXF 2.

We need DXF 2 and DXF 343, how to do it?

@michal-josef-spacek
Copy link
Contributor Author

@rurban Do you have any hint to the previous question?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants