Hello!
I have HTG file of bubbles which are multiconnected, I would like to extract from HTG a smooth isovolume and compute each bubble’s volume. I tried this:
Apply HyperTreeGridToUnstructuredGrid
Apply IsoVolume
but it gets a very stepwise result:
Hi Evgenii,
What you are seeing is expected behavior. The isoVolume filter will throw cells in or out when the input scalars are Cell type variables. However the isoVolume filter will smoothly clip cells if you are using input scalars that are Point type variables.
Apply the Cell Data to Point Data filter above the isoVolume filter, and use the Point variable from the Cell Data to Point Data filter.
Hello Alan,
Thank you very much, that you gave me a hint how to resolve the problem:
I just converted HTG into HyperTreeGridToDualGrid it made my cells data into point data. and now isovolume works smoothly!
And connectivity works properly: