Trouble with Arc Dimensions and unknown attribute 'defpoint2' #505
Unanswered
ChaseCrossley
asked this question in
Issues
Replies: 1 comment
-
Created issue #506 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am relatively new to DXF files and ezdxf, so please forgive my ignorance if this has been addressed before. I looked on various platforms to see if someone had a similar issue with Arc Dimensions, but I could not find anything related to the issue I was experiencing, so I assumed it was a very niche case.
I was having trouble saving a document with an Arc Dimension present within the DXF file. I have attached a testing file with which I was having issues.
I was receiving this error
from the following code block
After investigating that a debugger with the specific entity causing the error, I realized there was no attribute called
defpoint2
present within the entity. I looked underDXFATTRIBS
.I believe I am missing a critical piece of information to understanding what is happening. Thank you for any help!
testing file: arc-dim.dxf.zip
Beta Was this translation helpful? Give feedback.
All reactions