-
-
Notifications
You must be signed in to change notification settings - Fork 248
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
Issue with BLOCKSTRETCHACTION object handles #1053
Comments
I analyzed it and it seems that the handles list continues with |
In some DXF the sequence is:
The mistake in the previous DWG output is that |
This was probably a mistake for the code before #1049, where the handle contains DXF 74, 94, and 94. |
Example 1
Next item is BL 94 |
Example 2:
Next item is BL 94 |
Example 3:
Next item is BL 75 |
Example 4:
Next item is BL 75 |
Example 5:
Next item is BL 75 |
Example 6:
Next item is BL 75 |
Hm, it seems, that I was wrong with #1049. |
Fine..
@rurban What do you think about naming? |
Let's rename bs74 to num_index, bl94 to index, and bl94s to indices. |
@rurban ok, I will prepare PR. The same situation will be for the codes section:
|
The actual output (#1054) of codes:
|
@rurban PR is fine from my side :-) |
WIP PR: #1055 |
@rurban
Missing |
After fixing of #1049 there is another issue in BLOCKSTRETCHACTION
Example situation in dwg:
The text was updated successfully, but these errors were encountered: