Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Representing a cube as Linear cell complex

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Representing a cube as Linear cell complex


Chronological Thread 
  • From: Pranav <>
  • To:
  • Subject: Re: [cgal-discuss] Representing a cube as Linear cell complex
  • Date: Wed, 18 Feb 2015 00:36:31 -0800 (PST)

Guillaume Damiand wrote
> You need to glue them along shared edges by using sew<2>(d1,d2) method
> (with the "correct" pair of darts d1,d2).

So, I need to find the triangles sharing edges and edges sharing vertices
and call sew<2>(d1, d2) and sew<1>(d1, d2) respectively. Is it correct?



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Representing-a-cube-as-Linear-cell-complex-tp4660454p4660459.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page