Volume of stl files

98 ビュー (過去 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 Center および File ExchangeSTL (STereoLithography) についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by