FEM: vtk tools, fix quad hexa array name
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user