Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 392 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 392 Bytes

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.