8000 Flipped bytes writing handle in extended data · Issue #640 · DomCR/ACadSharp · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Flipped bytes writing handle in extended data #640

New issue

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

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

Already on GitHub? Sign in to your account

Open
mme1950 opened this issue Apr 27, 2025 · 0 comments
Open

Flipped bytes writing handle in extended data #640

mme1950 opened this issue Apr 27, 2025 · 0 comments
Labels
SPIKE Investigation related

Comments

@mme1950
Copy link
Contributor
mme1950 commented Apr 27, 2025

Analysing data of a MultiLeader

  • Created in AutoCAD, DXF written
  • Read and written by ACadSharp, read by AutoCAD, DXF written

In the original DXF The extended data of the multiLeader contain the following record:
1001 S AcDbBlockRepETag
1070 BS 1
1071 BL 298
1005 S 2F4

1005 2F4 is the Handle of the MultiLeaderItself.

In the data written by ACadSharp these data contain:
1001 S AcDbBlockRepETag
1070 BS 1
1071 BL 298 12A
1005 S F402000000000000

byte order reversed.

This, however, it is not changed back in the repaired dock. So this is not relevant either

Originally posted by @mme1950 in #632

@DomCR DomCR added the SPIKE Investigation related label Apr 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
SPIKE Investigation related
Projects
None yet
Development

No branches or pull requests

2 participants
0