Skip to content

Converts 3ds stl file(ascii format) into csv(comma seperated values)

Notifications You must be signed in to change notification settings

oyamo/stl-tocsv-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Converts 3ds stl file(ascii format) into csv(comma seperated values)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages