Volume of stl files

조회 수: 96 (최근 30일)
Memo Remo
Memo Remo 2020년 6월 6일
댓글: Memo Remo 2020년 6월 13일
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
darova
darova 2020년 6월 13일
Can you show the data?

댓글을 달려면 로그인하십시오.

채택된 답변

KSSV
KSSV 2020년 6월 6일
You can read coordinates and nodalconnectivity from .stl file using stlread. To get the volume refer:
  댓글 수: 1
Memo Remo
Memo Remo 2020년 6월 13일
Thanks a lot for your help. It was really hepful.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 STL (STereoLithography)에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by