Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Polyhedral surface

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Polyhedral surface


Chronological Thread 
  • From: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Polyhedral surface
  • Date: Thu, 23 Jul 2009 16:59:00 +0200
  • Organization: GeometryFactory

On Thursday 23 July 2009 17:43:50 Sascha Raesch wrote:
> I tried to apply the solution of demo:
>
> demo/Polyhedron/MainWindow_remeshing.cpp
>
> My code compiled to a program, but if I try to use this program then I get
> the message
>
> AABB_polyhedral_oracle: construct initial point set not implemented
>
> The message is printed by the function CGAL::make_surface_mesh.
> As far as I understand this problem, it is some functionality which
> has not been implemented yet.
> My question is whether I missed something or it is some functionality
> which will be implemented.

Remember: you are using non-documented code. Do not expect a lot of support.

You can ignore that message. The function construct_initial_points() is not
implemented in that oracle. You need to insert an initial points set
yourself,
as what is done in the demo.

--
Laurent Rineau, PhD
R&D Engineer at GeometryFactory
http://www.geometryfactory.com/




Archive powered by MHonArc 2.6.16.

Top of Page