Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] splitting a mesh in two

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] splitting a mesh in two


Chronological Thread 
  • From: Ramin H <>
  • To:
  • Subject: Re: [cgal-discuss] splitting a mesh in two
  • Date: Thu, 13 May 2010 11:23:38 -0400
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=EKlLHSCpUrgySlny9Y0ZsbTc6fGN3hr+UMaE12bmJiAxEJM4hXFraOjf/yy3e019pm kFsgJJTb5sGe5yG5gszJxQYm4yWfcoUsbifsa7OgPiVOBFAFlCg3SKP2Nk3b05oerGc6 qzenUFIWCTYVyOZksWsKgHq9sEHyTs8dxeW9E=

Hi Victor,

There is no tool in CGAL that allows dividing an existing mesh in two halves.

If you can define the domain of your problem as a segmented image, see http://www.cgal.org/Manual/last/doc_html/cgal_manual/Mesh_3/Chapter_main.html#Subsection_49.3.3

If not, you need to define your own multi-domain oracle (look at MeshDomain_3 concept in the reference manual). Mind you this requires solid knowledge of CGAL and is not a trivial task.

-Ramin

On Thu, May 13, 2010 at 8:37 AM, Victor Billy da Silva <> wrote:
Hi all,

Here is the problem I'm facing now: Given a three-dimensional mesh, how can I split it in two separate parts?
This split-point should be a plane given determined, dividing the mesh in two hemispheres.

Regards,



--
Victor Billy da Silva.
Acadêmico do curso Ciência da Computação - UPF.
Centro Tecnológico de Pedras, Gemas e Joias do RS.
www.upf.br/ctpedras




Archive powered by MHonArc 2.6.16.

Top of Page