Hi,
I have a TXT file (point cloud) containing 2 columns col1=X and col2=Y.
I want to create groups every 1cm (according to X axis) and compute for each group Xmean, Ymean, Ymin and Ymax.
I think it is necessary to create a point cloud and then create slice of points (every 1cm) but I don't know how to do this.
Thank you for your help.