Login  Register

ezdxf - Python scripting

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

ezdxf - Python scripting

ravas
870 posts
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
| More
Print post
Permalink

Re: ezdxf - Python scripting

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