Volume of stl files

96 Ansichten (letzte 30 Tage)
Memo Remo
Memo Remo am 6 Jun. 2020
Kommentiert: Memo Remo am 13 Jun. 2020
Hi All,
I have an STL file that contains many many small sized particles. I am wondering if there is any way to calculate the total volume of the STL file without estimation (i.e., without using the alpha shape)? Is there any specific software that can do this?
The common software to read the STL file have a way to detect the connectivity of triangles in the STL file because they can show the particles separately. Is there any way to extract these connectivity in MATLAB?
Thanks.
  1 Kommentar
darova
darova am 13 Jun. 2020
Can you show the data?

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

KSSV
KSSV am 6 Jun. 2020
You can read coordinates and nodalconnectivity from .stl file using stlread. To get the volume refer:
  1 Kommentar
Memo Remo
Memo Remo am 13 Jun. 2020
Thanks a lot for your help. It was really hepful.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by