wrong presentation of quadratic mesh elements
(a small file (arche.resu.tetra.med) with a few well connected tetras that dos not show well either on wireframe or surface representation)
for (int j=0; j < cell->GetNumberOfFaces(); j++){
vtkCell *face = cell->GetFace(j);
input->GetCellNeighbors(cellId, face->PointIds, cellIds);
- if ( cellIds->GetNumberOfIds() <= 0 && myShowInside ) {
+ if ( cellIds->GetNumberOfIds() <= 0 || myShowInside ) {
face->Triangulate(0,pts,coords);
for (i=0; i < pts->GetNumberOfIds(); i+=3) {
aNewPts[0] = pts->GetId(i);