Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] meshing with hard feature boundary: using all edges as features

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] meshing with hard feature boundary: using all edges as features


Chronological Thread 
  • From: Michel Audette <>
  • To:
  • Subject: Re: [cgal-discuss] meshing with hard feature boundary: using all edges as features
  • Date: Fri, 10 Jun 2011 13:16:17 -0400

Hi Laurent,

thanks for your prompt and descriptive response. I think that I've
been lazy about tracking this one down. My apologies.

Best wishes,

Michel


On Fri, Jun 10, 2011 at 1:10 PM, Laurent Rineau (GeometryFactory)
<>
wrote:
> On vendredi 10 juin 2011 18:53:57 Michel Audette wrote:
>> Dear CGAL developers,
>>

>
> Dear Michel,
>
> In the documentation of of the class template
> Polyhedral_mesh_domain_with_features_3 (see [1]), used in the fandisk
> example,
> you can see the function
>
>  domain.detect_features()
>
> But that class template also derives from the class template
> Mesh_domain_with_polyline_features_3 (see [2]), and that means you can also
> do:
>
>  domain.add_features(polylines.begin(), polylines.end());
>
> like it is done in the implicit function example. I think that is what you
> want. For a polyhedron domain, detect_features() is just a shortcut that
> computes a set of polylines by detecting sharp edges of the polyhedron, and
> then passes that set of polylines to add_feature(...).
>
> [1]
> http://www.cgal.org/Manual/latest/doc_html/cgal_manual/Mesh_3_ref/Class_Polyhedral_mesh_domain_with_features_3.html
> [2]
> http://www.cgal.org/Manual/latest/doc_html/cgal_manual/Mesh_3_ref/Class_Mesh_domain_with_polyline_features_3.html
>
>> PS: I think that the output to vtk is working. I was able to visualize
>> a result with Paraview.
>
> Great!
>
> --
> Laurent Rineau, PhD
> R&D Engineer at GeometryFactory           http://www.geometryfactory.com/
> Release Manager of the CGAL Project       http://www.cgal.org/
>
> --
> You are currently subscribed to cgal-discuss.
> To unsubscribe or access the archives, go to
> https://lists-sop.inria.fr/wws/info/cgal-discuss
>
>



--
Michel Audette, Ph.D.
R & D Engineer,
Kitware Inc.,
Chapel Hill, N.C.



Archive powered by MHonArc 2.6.16.

Top of Page