Automating LibreCAD

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

Automating LibreCAD

andis59
I have about 1000 dxf files that has been created by some 3D Unigraphics system.
They are a mess and import into our laser system doesn't work!

If I open the file in LibreCAD and then save it, LibreCAD will fix the dxf so it can be imported! Yeah LibreCAD!

Is there someway of automating this process?

to open the dxf I just start LibreCAD.exe with the filename as parameter, but how to save and exit?

// Anders
Reply | Threaded
Open this post in threaded view
|

Re: Automating LibreCAD

dxli
This can be done by a plugin. Please have a look in the plugins/ folder in source code.

andis59 wrote
I have about 1000 dxf files that has been created by some 3D Unigraphics system.
They are a mess and import into our laser system doesn't work!

If I open the file in LibreCAD and then save it, LibreCAD will fix the dxf so it can be imported! Yeah LibreCAD!

Is there someway of automating this process?

to open the dxf I just start LibreCAD.exe with the filename as parameter, but how to save and exit?

// Anders