Invalid value *IDW_BlockReferenceLayer for attribute "layer" in entity SEQEND(#None). #995
Unanswered
jitendra12300
asked this question in
Issues
Replies: 4 comments 2 replies
-
The |
Beta Was this translation helpful? Give feedback.
0 replies
-
AutoCAD seems to accept the This will be fixed in the next release. |
Beta Was this translation helpful? Give feedback.
2 replies
-
@mozman |
Beta Was this translation helpful? Give feedback.
0 replies
-
Any update on this |
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
-
I am getting the below error when reading (iam) converted DXF files.
Code :
import ezdxf
def read_text_attributes(filePath):
# Replace 'your_file.dxf' with the path to your DXF file
dxf_file_path = filePath
# Load the DXF file
doc = ezdxf.readfile(dxf_file_path)# Error Coming in this line
# Access the modelspace (where most of the entities are typically located)
msp = doc.modelspace()
Error:
Invalid value *IDW_BlockReferenceLayer for attribute "layer" in entity SEQEND(#None).
Beta Was this translation helpful? Give feedback.
All reactions