2

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.

chandler
  • 1,134
  • 1
  • 17
  • 33
NGUYEN PHAM
  • 21
  • 1
  • 2

1 Answers1

1

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.