Reputation: 31
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.
Upvotes: 3
Views: 5192
Reputation: 71
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.
Upvotes: 2