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: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Intersection between two sets of points in 3D space
  • Date: Mon, 05 Sep 2016 12:53:42 +0200
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:9hOK1RVsjYZFNUyK8hSnpOACyz/V8LGtZVwlr6E/grcLSJyIuqrYZh2Bt8tkgFKBZ4jH8fUM07OQ6PG5HzFQqs3b+DBaKdoXBkdD0Z1X1yUbQ+e9QXXhK/DrayFoVO9jb3RCu0+BDE5OBczlbEfTqHDhpRQbGxH4KBYnbr+tQt2asc272qiI9oHJZE0Q3XzmMOo0cUX99l+Z9pFPx9AzcuBpklqBi0ALUtwe/XlvK1OXkkS0zeaL17knzR5tvek8/dVLS6TwcvdwZ7VZCDM7LzJ9v5Wz5lH1ZFDQvT5EDi1Wz0IJUED560TxUZ719yf7reFgwzKyPMvsTLlyVy7xwb1sTUqisyoNPiUl8WzRwuh3lqNcvFrhiBF4xoPIepC7PfFiebnMPJlSEXFFWdxQUDAHB4eUYI4GDu5HNuFd+dqu72ASpAezUFH/TNjkzSVF0yKu0A==
  • Organization: GeometryFactory

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/




Archive powered by MHonArc 2.6.18.

Top of Page