Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 924 Bytes

File metadata and controls

18 lines (15 loc) · 924 Bytes

dxf_utils

Python scripts

Start scripts without any parameter or --help switch to get usage tipps

  • block2svg.py - convert CAD blocks to SVG or PNG
  • block2svg_gui.py - graphical user interface to block2svg.py
  • cp2templ.py - copy the entity section of a DXF file to a template DXF
  • cp2templ_gui.py - graphical user interface to cp2templ.py
  • dxf_filter.py - filter dxf file using layers and/or entity types
  • dxfinfo.py - statistics about entities and layers in a DXF file
  • dxfinfo_gui.py - graphical user interface to dxfinfo.py
  • ins2csv.py - create CSV file from block insert entities of a DXF file with block attributes
  • shp2dxf.py - convert a group of SHP to dxf
  • shp2dxf_gui.py - graphical user interface to shp2dxf.py
  • text2csv.py - create CSV file from the TEXT entities of a DXF file
  • blk2csv.py - create CSV file from the INSERT entities of a DXF file (same as ins2csv but without block attributes)