Hello everyone, I would like to ask, I have obtained the average data of a horizontal slice, and now I would like to obtain the variation of this data along the height. How should I proceed
Hi,
Did you try the Plot Over Line filter ?
Plot over line can only obtain data on one line, but I want to obtain data on the variation of a layer or surface with height.
Or rather, how did you operate it,thank you for your reply
Not sure to follow. Do you mean: you slice at several positions, compute the mean on each slice and then try to get the diff between slices ?
If not can you share some detailed steps, and possibly data / screenshot ?
Not sure how to do that. Two ideas to explore:
GenerateTimeStepson your data, move the slice (create an animation) and thenPlotDataOverTime- Create a multi-slice with
Sliceand a value-range. Do some python code withProgrammable Filter(can use aConnectivityto identify each slice).
Thank you for your reply. I will study the two methods you mentioned
