Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Setting boundary points in Advancing Front Surface Reconstruction

Subject: CGAL users discussion list

List archive

[cgal-discuss] Setting boundary points in Advancing Front Surface Reconstruction


Chronological Thread 
  • From: cgal_2154 <>
  • To:
  • Subject: [cgal-discuss] Setting boundary points in Advancing Front Surface Reconstruction
  • Date: Mon, 17 Apr 2017 23:50:37 -0700 (PDT)
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=SoftFail ; spf=None
  • Ironport-phdr: 9a23:oz81GB+E7TdE3v9uRHKM819IXTAuvvDOBiVQ1KB41e0cTK2v8tzYMVDF4r011RmSDNmds6oMotGVmpioYXYH75eFvSJKW713fDhBt/8rmRc9CtWOE0zxIa2iRSU7GMNfSA0tpCnjYgBaF8nkelLdvGC54yIMFRXjLwp1Ifn+FpLPg8it2e2//5Lebx9UiDahfLh/MAi4oQLNu8cMnIBsMLwxyhzHontJf+RZ22ZlLk+Nkhj/+8m94odt/zxftPw9+cFAV776f7kjQrxDEDsmKWE169b1uhTFUACC+2ETUmQSkhpPHgjF8BT3VYr/vyfmquZw3jSRMsrqQL06WDmv675nRAL0hCwaMzI0/n3bhtB1gK9dvRmvpQFww5TMbY+bNPRwYKDTc84VSmVdUchcTDBBD4GmYocTE+YNIfhUoo/grFUOtxu+AgysCfvzxT9HnHD22bU13/o8HQzG0wErAtUDvGrJoNj1O6ofU+64wLXTwDXMavNZwzb96IzSfh89pvGMWKt9fMzMwkchEAPFi0+fqY3jPz6N0OQCqXOU4PFkVe2xkWIotwZxoj2py8wxiYfJnpoYxk3F+Cln2oo5O921RUBhbdK5HpZduTuWOoR4T886Xm1luTg2xqcYtZO7ciUG0okryhDRZvCdc4WF4BTuX/uLLzhinnJqYre/ig6y8Ue+zu38UdG50FNErypCiNnMtWoB1xrJ5cecUfR9+lmu1SyT2ADU7+FIOUE0lazFJJ492rM8i5sevVrZEiPomEj7grWaelgq9+Wm8ejqbbvrqoeZN4BuiwH+Nqoumta4AeQ9KgUCQXWX9OSz2bDh80D1XK5HjvIzkqbDsZDaId4XqbK+Aw9Qyooj8QqwDy+60NQEmnkKNE5KeB2dgIjtIl3BPfH4DeyjjFSxizdr3OvLPqbhA5XINnjMiq3tfbd7605GyQo818pT55xOCuJJHPWmUUD4sJnUDwQyLhev6+fhEtR0kI0ECkyVBarMO6zbtWjSv79za73WPdJJ522lA/cg7v/qy3Q+nAlOLuGSwZILZSXhTbxdKEKDbC+32o8M

Hello,

I am attempting to use the Advancing Front Surface Reconstruction method to
take a set of points and produce a mesh from them. The problem I am facing
is that the method often produces an undesired result by producing undesired
facets between points that I want to be on the boundary of the mesh. What I
want to do is control what the method uses as the boundary of the mesh by
giving the function a set of desired boundary points. A simple example of
this problem I am facing is in the images i have attached : the first image
is the mesh i want to produce, and the second image is the mesh that
Advancing Front Surface Reconstruction produces, the problem here being it
doesn't produce the desired concave results at the top of the mesh because
it creates facets between points I want to be on the boundary. I was
wondering if there was a way to accomplish this setting of boundary points
with the Advancing Front Surface Reconstruction function, or if there exists
a better method within CGAL to accomplish this task.

Thank you for your time

<http://cgal-discuss.949826.n4.nabble.com/file/n4662684/desired_result.png>
<http://cgal-discuss.949826.n4.nabble.com/file/n4662684/actual_output.png>



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Setting-boundary-points-in-Advancing-Front-Surface-Reconstruction-tp4662684.html
Sent from the cgal-discuss mailing list archive at Nabble.com.


  • [cgal-discuss] Setting boundary points in Advancing Front Surface Reconstruction, cgal_2154, 04/18/2017

Archive powered by MHonArc 2.6.18.

Top of Page