How to trim the non-manifold triangle off the stl file?

조회 수: 7 (최근 30일)
Daniel Chou
Daniel Chou 2021년 4월 23일
답변: Bruno Luong 2021년 4월 23일
Hi everyone
I have a question about the 3D stl file processing.
Suppose that I have the 3D geometry (stl file).
I use stlread and trimesh command to plot it, then I found that some of elements are non-manifold.
I try to directly remove these two triangule faces for about entire afternoon, but I haven't done it succefully yet.
Could any one give me some suggestions?
Attached is the stl file, to view the stl file, with the codes as below:
fv=stlread('test.stl')
figure();
trimesh(fv);
axis equal

답변 (1개)

Bruno Luong
Bruno Luong 2021년 4월 23일
There is SW that can detect topology issue and attempt to correct it, such as

카테고리

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