Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] 3D mesh with features

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] 3D mesh with features


Chronological Thread 
  • From: Mariette Yvinec <>
  • To:
  • Subject: Re: [cgal-discuss] 3D mesh with features
  • Date: Fri, 23 Aug 2013 15:03:44 +0200

The documentation says :
"The class Mesh_domain_with_polyline_features_3 is designed to allow the user to add some 0- and 1-dimensional features into any model of the MeshDomain_3 concept. "

which implies that Mesh_domain_with_polyline_features_3() accepts any model
of MeshDomain_3 concept

Furthermore, Labeled_images_mesh_domain_3
are actually just special cases of implicit domains
where the implicit function is computed from the image ....

regards,
Mariette


Hello,

 

I am trying to follow the example of two spheres where the resulting mesh is constrained by polylines;

 

But my domain is an image. I want to constrain the resulting volumetric mesh later by a surface.

 

As I found out, the  Mesh_domain_with_polyline_features_3() only accepts implicit domains.

 

How can I convert my image to the implicit domain OR add features to the image domain?

 

Thanks a lot for the help,

 

Regards,

Kshahim


-- 
Mariette Yvinec
Geometrica project team
INRIA  Sophia-Antipolis  





Archive powered by MHonArc 2.6.18.

Top of Page