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: Benjamin schwarz <>
  • To:
  • Subject: Re: [cgal-discuss] 3D alpha shapes to Polyhedrons
  • Date: Mon, 9 Mar 2009 10:04:40 +0100
  • 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=qEIeUgCcP9fDIAq/QaMTsGh0UFvf2uJwqH1JKm50a4t8p10OOp9+My9G+YYa5hwE8d XhUUqz2vR20fawXAdJ7a99oMMVldvAg6oCjZUN5+FmZydtBa4jczhvyiaUPEHI1w7/a3 lVZfFIC6jhiEJMX6q284I76/VA6raMjKJ/Rc4=

Hello Omar,

May the problem be due to the presence of singular facets or
quasi-manifolds (for instance two 3-simplices connected only by a
vertex) ?

Ben

On Sun, Mar 8, 2009 at 6:48 AM, omar rodriguez
<>
wrote:
> Hello, sorry if this topic has been covered already, I tried searching
> the archives but they seem to be down at the moment.
>
>
> I am using alpha shapes to get a shape from a set of points, and then
> I convert it to a polyhedron using
> CGAL::Polyhedron_incremental_builder_3 to get the boundary facets to
> perform further operations.
>
> This works most of the time, but every so often I get the following error :
>
> ---
> CGAL::Polyhedron_incremental_builder_3<HDS>::
> add_vertex_to_facet(): input error: disconnected facet complexes at vertex
> 636:
>          involved facets are: 472 470 471 (closed cycle) and.
>
> terminate called after throwing an instance of 'CGAL::Assertion_exception'
>  what():  CGAL ERROR: assertion violation!
> Expr: check_protocoll == 1
> File: ../../CGAL-3.4/include/CGAL/Polyhedron_incremental_builder_3.h
> Line: 224
> ---
>
> I have tried using different kernels but the error keeps popping up on
> the polyhedron builder.
>
> Any help would be greatly appreciated.
>
> Omar
>
> +
> --
> 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