Skip to content

Commit

Permalink
Save to binary VTK files
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Pechnikov committed Mar 16, 2024
1 parent c084dd4 commit d8bbdba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pygmtsar/pygmtsar/Stack_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,5 +321,6 @@ def export_vtk(self, data, name, caption='Exporting WGS84 VTK(s)', topo='auto',
writer = vtkStructuredGridWriter()
writer.SetFileName(filename)
writer.SetInputData(vtk_grid)
writer.SetFileType(vtk.VTK_BINARY)
writer.Write()
pbar.update(1)

0 comments on commit d8bbdba

Please sign in to comment.