Thanks! In this case, ugrid
is actually a vtkMultiBlockDataSet
- although, I would like it as an unstructured grid.
vtk.GetBlock(0)
returns me another vtkMultiBlockDataSet
- how can I get an actual vtkUnstructuredGrid
out of this?
Thanks! In this case, ugrid
is actually a vtkMultiBlockDataSet
- although, I would like it as an unstructured grid.
vtk.GetBlock(0)
returns me another vtkMultiBlockDataSet
- how can I get an actual vtkUnstructuredGrid
out of this?