Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Creating a new surface from an old surface and new points

Subject: CGAL users discussion list

List archive

[cgal-discuss] Creating a new surface from an old surface and new points


Chronological Thread 
  • From: gupta61 <>
  • To:
  • Subject: [cgal-discuss] Creating a new surface from an old surface and new points
  • Date: Thu, 30 Jan 2014 09:12:56 -0800 (PST)

Hi,

I am trying to create a new surface using an existing surface and a bunch of
new points which are outside the current surface. I am using the function

make_surface_mesh(c2t3, AABB_input_surface, AABB_input_surface,
facets_criteria, CGAL::Non_manifold_tag());

where c2t3 is a triangulation with a bunch of points from the existing
surface and new points, AABB_input_surface is the input copy of the existing
surface, facets_criterion (angle, sizing etc.) are options for the new
surface and the last one is a tag.

But the surface I get back from the function is the old surface itself. It
doesn't use new points in the surface returned. I was wondering if you have
any idea, how I might achieve this?

If you want I can post the old surface and the new points I am sending to
the function? Let me know.

Regards,
Piyush Gupta



-----
Piyush Gupta
UIUC
--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Creating-a-new-surface-from-an-old-surface-and-new-points-tp4658727.html
Sent from the cgal-discuss mailing list archive at Nabble.com.


  • [cgal-discuss] Creating a new surface from an old surface and new points, gupta61, 01/30/2014

Archive powered by MHonArc 2.6.18.

Top of Page