- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
Try to open the file in a RealDWG/AutoDesk software like AutoCAD
you can see where the program stumbled over the first problem (see the feedback in Commandline/ Textscreen [F2]).
But from this point on you need the knowledge what is wrong an what is right, what is missing.
For this you need the knowledge about the used DXF Format, The information from Acad Open command is just a hint.
A) I think AC1500 should not use, but i would ask @artc2
AC1015 is the normal format-code for DXF2000 Format.
B) The first error is at Line 296
Acad is missing an APPID table
This table is not optional (all software which loads this file ignores the missing appid section)
Perfect sample for "is just a hint"
1. There are more problems in the part Line1-295, but these problems appears later.
2. Line296 is the point where the ENDSEC(Table) is, at this point ACAD know - there is no Appid.
Acad would add the Appid table not in Line 269, Acad adds the appid table between UCS & DIMSTYLE Table.
I stop here - good luck
Sebastian