You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge Blocks Keeping Partial Attributes is a Paraview plugin filter that allows to merge blocks from a multiblock dataset while keeping partial attributes.
36
37
37
38
Input is a vtkMultiBlockDataSet and output is a vtkUnstructuredGrid.
@@ -42,9 +43,9 @@
42
43
43
44
To use it:
44
45
45
-
* Load the module in Paraview: Tools > Manage Plugins... > Load new > PVMergeBlocksEnhanced
46
+
* Load the plugin in Paraview: Tools > Manage Plugins... > Load New ... > .../geosPythonPackages/geos-pv/src/geos/pv/plugins/generic_processing/PVMergeBlocksEnhanced
46
47
* Select the multiblock dataset mesh you want to merge
0 commit comments