NGUYEN PHAM
NGUYEN PHAM

Reputation: 31

Read, modify, and display .STL file 3D model using c#

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

Answers (1)

Muzaffer Onur DAĞHAN
Muzaffer Onur DAĞHAN

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

Related Questions