This code allows you to convert .stl
file into .dat
file which can be viewed in GNUPlot
This application made using,
C++
Guidence received from @vinayaksutar Sir
- 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.
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!