ezdxf - Python scripting

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

ezdxf - Python scripting

ravas
If you are interested in creating or manipulating DXF files using Python,
then you can use ezdxf.

https://github.com/mozman/ezdxf
https://ezdxf.readthedocs.io/en/latest/index.html

I've used it to created an object that can remove duplicate entities from all DXF files in a folder.
Reply | Threaded
Open this post in threaded view
|

Re: ezdxf - Python scripting

tetukowski
Thank you Ravas,
I need to use this, hopefully not too difficult.