FEM: vtk tools, fix quad hexa array name

This commit is contained in:
Bernd Hahnebach
2018-03-13 23:31:24 +01:00
parent 9a05a7267b
commit 247129e88f

View File

@@ -361,7 +361,7 @@ void exportFemMeshCells(vtkSmartPointer<vtkUnstructuredGrid> grid, const SMDS_Vo
for(int i=0; i<20; i++){
cell->GetPointIds()->SetId(i, aVol->GetNode(i)->GetID()-1);
}
hexaArray->InsertNextCell(cell);
quadHexaArray->InsertNextCell(cell);
}
else {
throw std::runtime_error("Volume not yet supported by FreeCADs VTK mesh builder\n");