Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Polyhedral mesh domain with feature detection

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Polyhedral mesh domain with feature detection


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Polyhedral mesh domain with feature detection
  • Date: Fri, 13 Feb 2015 07:34:28 +0100
  • Organization: GeometryFactory

On 02/09/2015 10:18 PM, sebastianW wrote:
Hi there,
I am quite new to CGAL and am playing with some of the cool features.
Now, I have run into a problem which sounds really like the one described in
this thread (please correct me if I am wrong).
I want to build a polyhedron from vertices and points using a builder like
Polyhedron__incremental__builder
<http://doc.cgal.org/latest/Polyhedron/classCGAL_1_1Polyhedron__incremental__builder__3.html>

and then I want to create the
polyhedral_domain_with_features
<http://doc.cgal.org/latest/Mesh_3/Mesh_3_2mesh_polyhedral_domain_with_features_8cpp-example.html#_a2>

It is all working separately but when I am trying to combine them, I get a
lot of compiler errors.

I would really appreciate it if anyone could tell me what I am doing wrong
in here:


update the typedefs as follow:
typedef CGAL::Mesh_polyhedron_3<K>::type Polyhedron;
typedef CGAL::Polyhedral_mesh_domain_with_features_3<K> Mesh_domain;

Sebastien.





--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Polyhedral-mesh-domain-with-feature-detection-tp3427762p4660417.html
Sent from the cgal-discuss mailing list archive at Nabble.com.





Archive powered by MHonArc 2.6.18.

Top of Page