Filter löschen
Filter löschen

Deleting Internal Faces in a Mesh

14 Ansichten (letzte 30 Tage)
Chris Williams
Chris Williams am 6 Sep. 2014
Kommentiert: Paul Safier am 19 Apr. 2020
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 Kommentare
Star Strider
Star Strider am 6 Sep. 2014
Star said: ‘It’s difficult to be specific without your code ...’
Paul Safier
Paul Safier am 19 Apr. 2020
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!

Melden Sie sich an, um zu kommentieren.

Antworten (1)

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

Community Treasure Hunt

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

Start Hunting!

Translated by