Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Slicing/splitting/cutting polyhedral meshes

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Slicing/splitting/cutting polyhedral meshes


Chronological Thread 
  • From: Vinicius Azevedo <>
  • To: cgal-discuss <>
  • Subject: Re: [cgal-discuss] Slicing/splitting/cutting polyhedral meshes
  • Date: Tue, 30 Jun 2015 11:13:27 -0400

Hi Aamir. Yes, I did some changes to make it work, but I only had partial success. For what I was trying to solve, the slicer algorithm that Sebastian passed me gave me a good headstart. I had to do some modifications but in the end I got it working. What are you trying to do? In my case I was trying to construct cut-cells for a fluid-solver, so I had only to compute multiple plane crossings (slices) and add them back to the original mesh.


Vinicius C. Azevedo.

On Tue, Jun 30, 2015 at 5:36 AM, Aamir <> wrote:
Vinicius Azevedo wrote
> I've changed all Vertex() constructors from
> halfedgeDS_cut_component
> to Vertex(pred.getPlane().projection(h->vertex()->point())). I've also
> made
> some few adjustments on the polyhedron_cut_plane_3. If anyone is
> interested
> I can post the full modified code.

Can you please share those changes which you made for it to work.

Regards
Aamir



--
View this message in context: http://cgal-discuss.949826.n4.nabble.com/Slicing-splitting-cutting-polyhedral-meshes-tp4660731p4660953.html
Sent from the cgal-discuss mailing list archive at Nabble.com.

--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss






Archive powered by MHonArc 2.6.18.

Top of Page