Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.01 KB

File metadata and controls

37 lines (26 loc) · 1.01 KB

:octocat: .STL to .DAT Translator

This code allows you to convert .stl file into .dat file which can be viewed in GNUPlot


This application made using,

  1. C++
  2. Guidence received from @vinayaksutar Sir

:octocat: Cloning this repo(Terminal Version):

  • Run the following command:
git clone 'https://github.com/cctechyashdoshi/STLtoDATTranslator.git' 
  • cd to the cloned folder:
cd STLtoDATTranslator
  • Install required npm pakages
Run Project from Visual Studio or VSCode

The tool extracts vertex data from an STL file and saves the coordinates in a .dat file, which can be visualized with tools like Gnuplot or used for further analysis.

:octocat: Note:

I made this website while being a part of Traning and incubation program of CCTech(@vinayaksutar) and please feel free to suggest any changes. Thanks!



Don't forget to leave a star ⭐️