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: Wed, 1 Aug 2012 05:56:24 -0700 (PDT)

Another weird thing, with the previous templates and includes I can't do this
:

/***************************************************************************

PolyH pol ( mesh );
Mesh_domain domain( pol );

// *domain.detect_features();* // doesn't work for the moment

Mesh_criteria criteria( facet_angle = 30
, facet_size = 6
, facet_distance = 4
, edge_size = 1
// test
,
cell_radius_edge_ratio = 3
, cell_size = 8
);

C3t3 _c3t3;
* _c3t3 = CGAL::make_mesh_3<C3t3> ( domain, criteria );*

/***************************************************************************

There is no compilation problem when I declare the objet *_c3t3* but when I
call the function *make_mesh_3()* there is the following error which I don't
understand :

/***************************************************************************

error: ‘const class
CGAL::HalfedgeDS_in_place_list_face<CGAL::I_Polyhedron_facet&lt;CGAL::HalfedgeDS_face_base&lt;CGAL::HalfedgeDS_list_types&lt;CGAL::Mesh_3::Robust_intersection_traits_3&lt;CGAL::Epick>,
CGAL::I_Polyhedron_derived_items_3<CGAL::Polyhedron_items_3>,
std::allocator<int> >, CGAL::Boolean_tag<true>, CGAL::Plane_3<CGAL::Epick> >
> >’ has no member named ‘patch_id’





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



Archive powered by MHonArc 2.6.18.

Top of Page