Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 862
NGUYEN PHAM Avatar asked Dec 30 '25 23:12

NGUYEN PHAM


1 Answers

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.

like image 83
Muzaffer Onur DAĞHAN Avatar answered Jan 01 '26 13:01

Muzaffer Onur DAĞHAN