Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Use refine_mesh on a point cloud

Subject: CGAL users discussion list

List archive

[cgal-discuss] Use refine_mesh on a point cloud


Chronological Thread 
  • From: Francesc <>
  • To:
  • Subject: [cgal-discuss] Use refine_mesh on a point cloud
  • Date: Tue, 10 Apr 2012 10:26:02 -0700 (PDT)

I am trying to refine an already created mesh, in order to remove slivers.
Essentially, I want the inscribed spheres to my tetrahedrons to be "big
enough".

I think that I should be able to use refine_mesh for this purpose, but I
want to use my already generated set of points as an input to this
algorithm. I am new to CGAL and I have been trying to achieve this without
success...

Is there any way that I can set up a MeshComplex_3InTriangulation_3 with my
point-cloud / mesh ? so that I can run the refine_mesh after that?

Will it be better to use a MeshDomainWithFeatures_3 and assume that my nodes
are features which should be represented? (that is not truthful or correct,
but it may do the trick).

Thank you,

--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Use-refine-mesh-on-a-point-cloud-tp4546365p4546365.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page