How to use LibreCAD without UI/QT functionality?

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

How to use LibreCAD without UI/QT functionality?

JiaXinHuang
Please help me, I need to read and write CAD file data, but I don't need UI/QT functionality. Does LibreCAD meet these requirements, or is there another tool that does so.
Reply | Threaded
Open this post in threaded view
|

Re: How to use LibreCAD without UI/QT functionality?

dxli
For dxf, you can use LibreCAD v2 plugins, and v3 script support.

Or have a look at our dxf2pdf and dxf2png implementation, to develop your own data processing in c++
JiaXinHuang wrote
Please help me, I need to read and write CAD file data, but I don't need UI/QT functionality. Does LibreCAD meet these requirements, or is there another tool that does so.
Reply | Threaded
Open this post in threaded view
|

Re: How to use LibreCAD without UI/QT functionality?

R. van Twisk
Administrator
In reply to this post by JiaXinHuang
Also,

The LibreCAD v3 version was designed to be scriptable... but properly needs some work..