Using the Extract option in Find Data gives me the selected surface (All cells with RegionId=7).
Is it also possible to do the same selection of the surface (i.e., all cells with RegionId=7) via GUI? Perhaps there is an option within selecting within Views that is not obvious to a newbie like me? (Relevant docs page: 6. Selecting Data — ParaView Documentation 5.11.0 documentation).
A relevant ParaView state file for the star geometry in the image above is attached to this post.
Many thanks in advance for your help and advice!
Praneeth
You cannot do it directly. But what you can do is convert the single mesh with RegionID into a partitioned structure that the ParaView GUI will understand.
Hi @Kenneth_Moreland, I had the chance to try this solution out today, and it works really well!
I initially had some issues, I could not get a python package pygments to work on the Programmable Filter; and our ParaView installation is made through Spack (which has a separate python installation for ParaView) so it would not have been straightforward to fix. But when I reset the ParaView and tried running the Programmable Filter, I no longer had the issue.
For other readers of this thread, I also get this error when running the Programmable Filter:
( 174.785s) [paraview ]vtkDemandDrivenPipeline:776 ERR| vtkCompositeDataPipeline (0xce96a00): Input for connection index 0 on input port index 0 for algorithm vtkExtractBlockUsingDataAssembly (0x130e4180) is of type vtkPartitionedDataSet, but a vtkPartitionedDataSetCollection is required.
( 174.786s) [paraview ]vtkDataAssemblyUtilitie:815 ERR| GetSelectorForCompositeId is only supported on a data-assembly representation a hierarchy.
( 174.787s) [paraview ]vtkDataAssemblyUtilitie:815 ERR| GetSelectorForCompositeId is only supported on a data-assembly representation a hierarchy.
( 194.500s) [paraview ]vtkDataAssemblyUtilitie:815 ERR| GetSelectorForCompositeId is only supported on a data-assembly representation a hierarchy.
But this error had no effect on the selection of the “blocks”. After the programmable filter. I was able to use and Extract Selection to get the faces that I wanted.