Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Triangulate_polyhedron.h missing?

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Triangulate_polyhedron.h missing?


Chronological Thread 
  • From: "Laurent Rineau (CGAL/GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Triangulate_polyhedron.h missing?
  • Date: Wed, 11 Oct 2017 18:07:16 +0200
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:RlISdBx+HSGqDs7XCy+O+j09IxM/srCxBDY+r6Qd0uMWIJqq85mqBkHD//Il1AaPBtqLra8cw8Pt8IneGkU4qa6bt34DdJEeHzQksu4x2zIaPcieFEfgJ+TrZSFpVO5LVVti4m3peRMNQJW2NBXupSi54jcWXxn+LgFoPf/dG4jIjs3x2frh1YfUZlACoDOge750MF2MrAPcv9RewaBNA4J25RbOp3ZUYfV4zGh0IkiC3ly0ssO54YRu9TgWofMn+sddea71dqB+SqZXWmd1e1sp7dHm4EGQBTCE4WERBz0b
  • Organization: GeometryFactory

Le Wednesday, October 11, 2017 4:24:31 PM CEST Vinicius Azevedo a écrit :
> Hello everyone,
>
> I was trying to use the previous CGAL::triangulate_polyhedron function, but
> I notice that the file "triangulate_polyhedron.h" is missing. I couldn't
> find anything on the changelog. Is there a new way to triangulate
> polyhedrons on CGAL?

That header was not documented. That is why it may have been removed without
notice in the changelog.

The new version of it is documented and is called:

CGAL::Polygon_mesh_processing::triangulate_face

in the header `<CGAL/Polygon_mesh_processing/triangulate_faces.h>`.

https://doc.cgal.org/4.11/Polygon_mesh_processing/group__PMP__meshing__grp.html

--
Laurent Rineau, PhD
R&D Engineer at GeometryFactory http://www.geometryfactory.com/
Release Manager of the CGAL Project http://www.cgal.org/




Archive powered by MHonArc 2.6.18.

Top of Page