Surface from point cloud

Hello rooters,
Is there any way to generate and visualise surface from 3D point clouds in ROOT.

@couet, do you think you can give an answer? Thanks!

If your data are stored in a ntuple or a tree you can do:

 ntuple->Draw("px:py:pz","","iso")

Thanks couet, what you have suggest helped upto some extent,

Here is what exactly i was looking for

So i will mark it as SOLVED

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.