OK, my bad. The solid was built from smaller, triangular sub-prisms, each subsequently split into tetrahedrons. While neighboring sub-prims share a rectangular face, the rectangles were triangulated in some cases with upward-sloping diagonals for one sub-prism but with downward sloping diagonals for its neighbor. Thus, the neighbors didn't truly have any triangular faces in common, creating a free boundary in the interior of the solid.
load data
[F,P]=freeBoundary(TET);
trExt=triangulation(F,P);
trisurf(trExt,'FaceAlpha',0.2);
zlim([-0.75,0.75])
ylim([0.1,0.75])
xlim([-1,0])
view([167,27])

●


