Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Intersection between two sets of points in 3D space

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Intersection between two sets of points in 3D space


Chronological Thread 
  • From: Vahid Azizi <>
  • To:
  • Subject: Re: [cgal-discuss] Intersection between two sets of points in 3D space
  • Date: Mon, 5 Sep 2016 13:39:55 -0400
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:0HuCLxO8fkFKI4gIc1wl6mtUPXoX/o7sNwtQ0KIMzox0Kf37rarrMEGX3/hxlliBBdydsKMdzbeG+Pm4ByRAuc/H6yFaNsQUFlcssoY/p0QYGsmLCEn2frbBThcRO4B8bmJj5GyxKkNPGczzNBX4q3y26iMOSF2kbVImbtr8FoOatcmrzef6o8SVOFQRwmftKuoqcl329VyX7ZhOx9M6a+4Y8VjgmjNwYeNYxGdldxq4vi3XwYOOxqNl6DlaoPk79sRNAu3QdqU8SqFEXnx9azhmrJ6jiB/YUAHa5mcASn5E1V1TEg3d5Vf7WI3wu230rK1mySyCNIr3S74zHj+t5qMuRB7zgzocLG0F9zTchcV0ya5auxm8vAdXwojOYYjTOuAtULnaeIYkTGpAUo54RS1TA8vocYJJBvgAL+dwoIz0pl9Iphy7U1r/TNjzwyNF0yellZYx1P4sRFnL

Thank you so much Sebastien.

As you pointed out for first point set i make a mesh with Delaunay triangulation. I tried also convex hull but because of distribution of my points it returns the internal convex hull which is not what i want. By the way triangulation gives me the volume that i want. Now i want to find intersection of this volume with a 3D convex hull. As i understand i need to iterate over all faces in resulted mesh and find intersection with convex hull and then the union of the intersected points give me the the bounded intersection. Am i right or is there a better way to do that?
Thanks in advance.

Best,
Vahid


On Mon, Sep 5, 2016 at 6:53 AM, Sebastien Loriot (GeometryFactory) <> wrote:
You can have a look at the surface reconstruction algorithms here:

http://doc.cgal.org/latest/Manual/packages.html#PartReconstruction

In particular, advancing front might be the one you are looking to
if you need to interpolate your input points.

Sebastien.


On 09/02/2016 10:20 PM, Vahid Azizi wrote:
Hi all,

I have two sets of points in 3D coordinate system, More precisely based
on my work one set is supposed to be a polyhedron or a complex volume
and one set is just a 3D convex hull. I have only the coordinates of the
points. and finally i want to find their bounded intersection. what
would you suggest for handling this problem? do i need to make a
polyhedron or triangles from first set or there is other options? and
what would you suggest for intersection? Any general information, links,
tips are appreciated.
Thank you so much in advance.

Best,
--
/Vahid/


--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss





--
Vahid



Archive powered by MHonArc 2.6.18.

Top of Page