Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Re: 3D Boolean Operation failed on Union

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: 3D Boolean Operation failed on Union


Chronological Thread 
  • From: Joe C <>
  • To:
  • Subject: [cgal-discuss] Re: 3D Boolean Operation failed on Union
  • Date: Wed, 22 Apr 2009 12:09:38 -0700
  • 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; b=ZIdwySOJZs7tjLVGw3qhfo+SBNkHISWWdH0F/tSBDcEW8wUD1SGEeYkjD6i/CovuYP s7/5jrefKMdhhb0G3Uxr7gzrJPP0zCGKwXg/BRwy2y0qbrfqpUhWLWiVsS19QOxhU/Aq +Ysd5bS+c6BwQYrz1VuH9bCcVoxuDypkjvqyc=

I can use try{} catch{} to catch the failure of boolean... but still don't know why it fails...

Joe

On Wed, Apr 22, 2009 at 10:45 AM, Joe C <> wrote:
Hi,

I have a failed case when running Nef_polyhedron_3 Union (or Join) Operation. I have two Nef_polyhedron_3 inputs : Nef_1.nef3 and Nef_2.nef3. Both Nef polyhdra are converted from Polyhedron_3 (closed and valid). CGAL crashes on performing Union of Nef_1 and Nef_2. Any ideas why it fails? Is there any mechanism in CGAL to catch the failure and avoid crashing the program?


I am using CGAL 3.4 on Windows XP with Visual Studio 2008.

I tried to attach .zip files of Nef_1.nef3 and Nef_2.nef3, but not successful due to the limit of the file size(each file is about 1M). How do I transfer these files onto the forum or maybe CGAL people?

Thanks.
Joe




Archive powered by MHonArc 2.6.16.

Top of Page