cad-to-shapely

Import CAD files to Shapely geometry


License
MIT
Install
pip install cad-to-shapely==0.3.1

Documentation

CAD to shapely

convert a CAD file to shapely geometry for downstream processing. Currently supports, to varying degrees:

  • DXF using exdxf
  • (IGES to follow)
  • (SVG to follow)

Utils

Also some utils in utils.py

Example

To run example in example.py you need to install matplotlib pip install matplotlib.