-
-
Notifications
You must be signed in to change notification settings - Fork 246
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
Fix DIMASSOC object #1031
Comments
I updated PR
|
Not tested in DXF and JSON. |
@rurban This PR is a work in progress in case 2) I don't know how to implement it better. I think the best way is to check the class name and if the name is "AcDbOsnapPointRef" then continue. btw: I was looking to >AC1018 and there are issues with 2) |
The actual code fails on dxf2dwg in file: |
ad osnap_pt) It's 3d point, see example file: Output from actual code:
|
I think that |
work/dimassoc-pr1029 works for me now. 49b02a1 |
@rurban ok, this seems nice. The only thing is missing one AcDbOsnapPointRef block in case of any has_lastpt_ref = 1. |
Example:
Another example:
|
Ah, this could be it, good |
There is only one error case missing, where there's an additional point. But all other last has_lastpt_ref: 0 cases end there. GH #1031
There is only one error case missing, where there's an additional point. But all other last has_lastpt_ref: 0 cases end there. GH #1031
The actual DIMASSOC object is bad.
This is about fixing the object.
The first PR is #1029
TODO:
The text was updated successfully, but these errors were encountered: