Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 525 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 525 Bytes

3D_STL_2_CSV Parser in Python

Python Versions Supported : Above Python 3.6

Os tested : Windows 10 Pro, Linux Mint 19 Cinammon

Python Modules used : os, re , csv

Usage

    cd /path/to/parser
    python parser.py

What's in this folder

  • Test stl as test-bottle.stl

  • Test expected output as out.csv

  • State Machine Diagram as diagram.png

  • Python Parser as parser.py

  • STL to be manipulated as bottle.stl

  • Converted csv as out.csv