geost.models.VoxelModel.to_vtk#

VoxelModel.to_vtk(output_path: str | Path, data_vars: list[str] = None)[source]#

Export the VoxelModel to a VTK file.

Parameters:

output_path (str | Path) – Path to the output VTK file.

Return type:

None