I have a multiblock that consists of both unstructured and polydata. Is there an easy way to convert all the polydata into unstructured grid datasets?
Perhaps a Clean to Grid
filter is what you need.
Clean to Grid will certainly produce unstructureds grid, but it builds point locators, which you don’t really need, and might merge points you didn’t want merged. I think it might be faster to use Threshold and just set the threshold values to keep all the data.d
Thank you for your insightful comments.
Thanks Cory!
AppendDataset with a single input will also do the job.
1 Like