I wanted to try developing a Python Plugin so I wrote one for this functionality. I tried to document it some. It’s based off of get all cells using a certain point id - #7 by boonth.
I didn’t add in all the cell types but if you look at the bottom of the script you can see how to add in more cell types. Also, I couldn’t figure out how to add in a boolean check box for filter input so I just used integer inputs where 0 or no value means not to extract blocks of a certain cell type.
processMultiBlocks.py (6.5 KB)