intersect point cloud with a mesh

Feel free to ask any question here
Post Reply
nikoue
Posts: 9
Joined: Fri Sep 18, 2020 6:32 pm

intersect point cloud with a mesh

Post by nikoue »

Hello. I have a point cloud of an airport.
I also have made some theoretical obstacle limitation surfaces.
Is there a way to classify the points which are above these surfaces?
the surfaces are NURBS from rhino but i can convert them to a mesh file like obj.
Thank you.
daniel
Site Admin
Posts: 7710
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: intersect point cloud with a mesh

Post by daniel »

Would computing distances between the cloud (points) and these nurbs surfaces be sufficient? (i.e. use the resulting distance to classify the points?)
Daniel, CloudCompare admin
nikoue
Posts: 9
Joined: Fri Sep 18, 2020 6:32 pm

Re: intersect point cloud with a mesh

Post by nikoue »

thanks a lot i will try

Happy new year
Post Reply