I used Solidworks to build a 3D model and save as a .STL file. I would like to use C# to read the file and change the data while displaying the model.
Can any one give me some references?
Any help would be greatly appreciated.
Thanks in advance.
I used Solidworks to build a 3D model and save as a .STL file. I would like to use C# to read the file and change the data while displaying the model.
Can any one give me some references?
Any help would be greatly appreciated.
Thanks in advance.
You may user batu92k's STL Viewer. Project url is below.
https://github.com/batu92k/STL-Viewer
And also you may open stl in a text editor and modify the file by changing related parameters.