Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Re: Problem with make_mesh_3

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: Problem with make_mesh_3


Chronological Thread 
  • From: ju21 <>
  • To:
  • Subject: [cgal-discuss] Re: Problem with make_mesh_3
  • Date: Fri, 3 Aug 2012 03:11:06 -0700 (PDT)


Laurent Rineau (CGAL/GeometryFactory) wrote
>
>
> Actually that is a big bug in the documentation of the requirements of
> CGAL::Polyhedral_mesh_domain_with_features_3. The polyhedron type that is
> used
> must use the items class template that is in the file
> &lt;CGAL/Mesh_polyhedron_3.h&gt;. The easiest way to satisfy those
> requirements is
> to use CGAL::Mesh_polyhedron_3<K>::type as polyhedron type.
>
> --
> Laurent Rineau, PhD
> R&D Engineer at GeometryFactory http://www.geometryfactory.com/
> Release Manager of the CGAL Project http://www.cgal.org/
>
>


Yes, I saw this way yesterday.

So I use *Mesh_polyhedral_3* to construct the domain. But I really need to
use *Polyhedron_3* to start by converting the original mesh into a CGAL
object (in fact the user builds a mesh and I can convert it into a
*Polyhedron_3*)

So do you know a way to convert *Polyhedron_3* into *Mesh_polyhedron_3* ?

I don't really know if it's possible (I open a topic about that) but I hope
it is.

Thank you

Julie






--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Problem-with-make-mesh-3-tp4655492p4655650.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page