convert a CAD file to shapely geometry for downstream processing. Currently supports, to varying degrees:
- DXF using exdxf
- (IGES to follow)
- (SVG to follow)
Also some utils in utils.py
To run example in example.py
you need to install matplotlib pip install matplotlib
.