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: Aamir <>
  • To:
  • Subject: Re: [cgal-discuss] Slicing/splitting/cutting polyhedral meshes
  • Date: Sun, 5 Jul 2015 19:41:13 -0700 (PDT)

Actually I started with the demo, AABB_demo. Red lines are the intersection
of the plane with the mesh. i.e. Output of the function.
m_facet_tree.all_intersections(plane,
std::back_inserter(intersections));

Okay, I'll also check this with an explicit projectionof the plane.

Thanks and Regards
Aamir


Vinicius Azevedo wrote
> Whats the red line? You plotted yourself? That's odd. It worked for me:
> https://dl.dropboxusercontent.com/u/5919734/bunnyW1.png
>
> I would guess that is the part that is projecting the points into the mesh
> (
> pred.plane().projection(g->vertex()->point())). Can you check that with an
> explicit projection with the desired plane (zeroing the components that
> you
> will not use)?
>
> Vinicius C. Azevedo.





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



Archive powered by MHonArc 2.6.18.

Top of Page