Problem importing DXF

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Problem importing DXF

Brigo
This post was updated on .
Hi, i have to import  2D DXF with absolute coordinates and librecad can't, as well as more of other CAD programs i have tried.

We i import it i get points and text but nothing more (i miss lines at least).

If i launch librecad from xterm i get some errors importing:

QSpiAccessible::accessibleEvent not handled:  "6"  obj:  QMenu(0x1b565f0, name = "File") "File" 
QSpiAccessible::accessibleEvent not handled:  "6"  obj:  QMenu(0x1d57f40, name = "Import") "Import" 
QSpiAccessible::accessibleEvent not handled:  "7"  obj:  QMenu(0x1d57f40, name = "Import") "Import" 
QSpiAccessible::accessibleEvent not handled:  "7"  obj:  QMenu(0x1b565f0, name = "File") "File" 
QSpiAccessible::accessibleEvent not handled:  "8008"  obj:  QObject(0x0)  " invalid interface!" 
QSpiAccessible::accessibleEvent not handled:  "8008"  obj:  QSidebar(0x23ec9d0, name = "sidebar") "sidebar" 
FIXME: handle dialog start. 
QSpiAccessible::accessibleEvent not handled:  "8008"  obj:  QObject(0x0)  " invalid interface!" 
QSpiAccessible::accessibleEvent not handled:  "8008"  obj:  QObject(0x0)  " invalid interface!" 
QSpiAccessible::accessibleEvent not handled:  "8008"  obj:  QListView(0x2435d00, name = "listView") "listView" 
QSpiAccessible::accessibleEvent not handled:  "8008"  obj:  QObject(0x0)  " invalid interface!" 
FIXME: handle dialog end. 
QSpiAccessible::accessibleEvent not handled:  "8008"  obj:  QObject(0x0)  " invalid interface!" 
QSpiAccessible::accessibleEvent not handled:  "8008"  obj:  QObject(0x0)  " invalid interface!" 
QSpiAccessible::accessibleEvent not handled:  "8008"  obj:  QObject(0x0)  " invalid interface!" 
QSpiAccessible::accessibleEvent not handled:  "8008"  obj:  QObject(0x0)  " invalid interface!" 
QSpiAccessible::accessibleEvent not handled:  "8008"  obj:  QObject(0x0)  " invalid interface!" 
QSpiAccessible::accessibleEvent not handled:  "8008"  obj:  QObject(0x0)  " invalid interface!" 
QSpiAccessible::accessibleEvent not handled:  "8008"  obj:  QObject(0x0)  " invalid interface!" 
QSpiAccessible::accessibleEvent not handled:  "8008"  obj:  QObject(0x0)  " invalid interface!" 

I guess it is a new dxf standar, autocad 15 can open it, but autocad360 has the same problem as librecad or others.

Any hints would be appreciated.

Thanks
Reply | Threaded
Open this post in threaded view
|

Re: Problem importing DXF

ravas
No one is working on DXF issues currently (help wanted).

I believe the errors you pasted are unrelated.
https://bugs.launchpad.net/ubuntu/+source/qtiplot/+bug/997462
Reply | Threaded
Open this post in threaded view
|

Re: Problem importing DXF

Brigo
Yes, it was my fault, sorry.

Anyway there is a problem importing some dxf from autocad 17 or so. I can use autocad360 for converting them to autocar 2015 and then librecad can read them.
Reply | Threaded
Open this post in threaded view
|

Re: Problem importing DXF

PCB.Wiz
Brigo wrote
Anyway there is a problem importing some dxf from autocad 17 or so. I can use autocad360 for converting them to autocar 2015 and then librecad can read them.
I don't think it is r17 related alone, see my other thread where I attach examples.

LibreCAD fails to import these older format DXF too (r12?), with the similar issues of no-lines, just-points.

If I load-then-save using either A9CAD or DoubleCAD, then LibreCAD can read them.

Seems LibreCAD has bugs, or is less tolerant, in DXF reading, than almost all other CAD pgms ?