필터 지우기
필터 지우기

Deleting Internal Faces in a Mesh

조회 수: 14 (최근 30일)
Chris Williams
Chris Williams 2014년 9월 6일
댓글: Paul Safier 2020년 4월 19일
I have a mesh which is composed of contiguous cubes, like this example (top right image):
I need to remove all the shared faces of the cubes, so the structure becomes one continuous solid.
Is there a way to select all the shared faces of adjacent cubes and remove them?
  댓글 수: 3
Star Strider
Star Strider 2014년 9월 6일
Star said: ‘It’s difficult to be specific without your code ...’
Paul Safier
Paul Safier 2020년 4월 19일
John or Star: can you tell me how you would remove the internal faces from the geometry created with this:
pdem = createpde;
g = multicuboid(40,40,0.1*ones(10,1),'Zoffset',[0:0.1:0.9]);
pdem.Geometry = g;
generateMesh(pdem, 'Hmax',4,'Hmin',4);
Thanks!

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

답변 (1개)

Star Strider
Star Strider 2014년 9월 6일
It’s difficult to be specific without your code, but if you’re using the surf function, see if:
surf( ... , 'FaceColor','interp', ... )
improves things.

카테고리

Help CenterFile Exchange에서 Point Cloud Processing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by