Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] 3D alpha shapes to Polyhedrons

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] 3D alpha shapes to Polyhedrons


Chronological Thread 
  • From: omar rodriguez <>
  • To:
  • Subject: Re: [cgal-discuss] 3D alpha shapes to Polyhedrons
  • Date: Tue, 10 Mar 2009 14:10:35 -0600
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=XI02bPSWmiXblKVlAjno2WivsKghofvj2ew/HyOjT7NVX37Mh/eGh4NOJFuvJUPWUe D+9ebiWstxOQDQ1iXvGHO9z0vxp8wiDCapqYW5VXWzT8uS9xlp4qc1vms6i89I7GjfwO gQYMN/dObxkPBH1HEzREYbUXlVvVKDFQ/LaSU=

Thanks a lot Ben,

the problem was not in the code I submitted, but rather on the alpha
value I was using computed from the alpha shape's find_optimal_alpha
function. This value apparently allows for the sort of connections you
mentioned. I am now using a slightly larger value and everything is
working fine.

Omar

+



On Tue, Mar 10, 2009 at 12:08 AM, Benjamin schwarz
<>
wrote:
> I am not a CGAL expert and have no time to dive in your code right now,
> sorry.
>
> Anyway, I know CGAL polygons are restricted to the construction of
> manifold surfaces, and suspect your problem is somehow connected to a
> non-manifold case. Singular facets are not the only cases of
> non-manifoldness in an alphashape :
> Consider an alphashape made of two 3-simplices (Alpha_shape_3::Cell)
> sharing a single vertex. The surface of this object is not manifold.
>
>  hope this helps
>
>    --Ben
> --
> You are currently subscribed to cgal-discuss.
> To unsubscribe or access the archives, go to
> https://lists-sop.inria.fr/wws/info/cgal-discuss
>



Archive powered by MHonArc 2.6.16.

Top of Page