Programming Problems

Does anyone know how to write a programme to read the point cloud, display the point, remove the irrevelant data points and most importantly, how to fit a surface to the resultant point cloud ?

How can I connect the point clouds into a set of triangles?
Any Hints or Code can be posted ?

THX!!!

if you want what i think you want, cambo made a nice script to do this called ‘triangulate points’ or something… just find a post of his, go to his webpage (link in his sig) and find the script…

Or if you want to do something yourself search for the marching cubes algorithm.