Skip to content

DXF issue with ACAD input #1016

Answered by mozman
FlorianKrenn asked this question in Issues
Jan 25, 2024 · 6 comments · 3 replies
Discussion options

You must be logged in to vote

The default linetype is CONTINUOUS not SOLID and SOLID does not exist.

Error message from DWG Trueview 2024:

Error: Undefined line type SOLID in LayerTableRecord GrHo_4m_TXT
Invalid or incomplete DXF input -- drawing discarded.
Press ENTER to continue:

The solution is simple: duplicate CONTINUOUS as SOLID

doc.linetypes.duplicate_entry("CONTINUOUS", "SOLID")

BTW: BricsCAD is not that picky and opens the DXF file with missing linetype definitions

Replies: 6 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@mozman
Comment options

@FlorianKrenn
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@mozman
Comment options

Answer selected by mozman
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Issues
Labels
None yet
2 participants