Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Can We use CGAL/Surface_mesh.h methods for not valid mesh?

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Can We use CGAL/Surface_mesh.h methods for not valid mesh?


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Can We use CGAL/Surface_mesh.h methods for not valid mesh?
  • Date: Wed, 6 Jun 2018 17:05:46 +0200
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:C1nZLROIpj7OS+YqFasl6mtUPXoX/o7sNwtQ0KIMzox0Ivr6rarrMEGX3/hxlliBBdydt6oZzbKO+4nbGkU4qa6bt34DdJEeHzQksu4x2zIaPcieFEfgJ+TrZSFpVO5LVVti4m3peRMNQJW2aFLduGC94iAPERvjKwV1Ov71GonPhMiryuy+4ZLebxlIiTanfb9+MAi9oBnMuMURnYZsMLs6xAHTontPdeRWxGdoKkyWkh3h+Mq+/4Nt/jpJtf45+MFOTav1f6IjTbxFFzsmKHw65NfqtRbYUwSC4GYXX3gMnRpJBwjF6wz6Xov0vyDnuOdxxDWWMMvrRr0yRD+s7bpkSAXwhSkaKTA5/mHZhM9+gq1Vrx2upQBwzYHPbYGJNvdzZL/Rcc8USGdDWMtaSixPApm7b4sKF+cNM/tWoJfmqFQUthu+GQisC/3pyjRVgHH22rc60+UmEQHawQcsG9MAv2rTrNXwKqgSTfq1zanIwzrZc/xWxTD96JLIcxwkr/2HQLV9cdHVyUkoDQPFj1KQqZD/MzOQ0uQAqGeb7+96WuKuj24rsR1+oj+qxso1jITCm4wbylfB9SpjwYY1I8W1SEhhbtG/C5RQsz+VO5FqTcMlRmFkoDo1yrIctp6/ZiQKz44nxxHZZveacIaI+gruWeSeLDtimX5pZrKyiwyx/ES+0OHxVtW43E5IoydGiNXAqH8A2h3J5sSaTvZw8F2t1DSP2g3V9+pKO1o7lbDBJJ4k2rMwloQcsUDEHiLunUX5lq6WdkE99umm7uTrfqzqppGcOoNokA3+PaMumsuwAeQ8LAcCRXSU+eO51LH7/E35RqtFjuEun6Tbv53WP9kXqrC5DgNP0Ysv9QyzAje63NgAmHkINlNFeBaJj4jzPFHOJej1Dey7g1SrijdrxvfGPqH7DpXIKnjOi7jhfbNn5E5dzAo/18xQ55VRCr0ZOvL8RlfxtMDEDh8+KwG73+nnB8951o8HRG2PA7SZP7/PsV+T/eIiOPKMZY8QuDblMfcp/f/ujXkjmV8cZ6alx5UXaGrrVshhdk6WaH6pjtYaGnoRpSI/SvbrgRuMS219fXG3CugH6zsyE56nAIGLYoe3gbudlGeUE5pTa3xcG36FGmvvbZTFEb9YcyaVOM5mjnoBUZCuToYg0VelswqsmOkvFfbd5iBN7cGr79Ny/eCGzUhjpwwxNNyU1iS2d08xm2oJQzEs26Um+B5yz16C1e5zhPkKTIUPtcMMaR8zMNvn98I/E8r7A1uTcdKASVLgSdKjU2loE4ABhuQWakM4IO2MyxDO2y3wXu0Qnr2PQYMxqufSgiC3KMF6xHLLkqImigt+Tw==

You can only store manifold meshes.

Sebastien.

On 06/06/2018 04:50 PM, sergio wrote:
Im try to implement diagnostic algorithms for not valid mesh(non-manifold
vertices, non-manifold edges, etc) I know that there are functions that let
me repair these errors. I don't want to repair it. What I want to only do it
is to Diagnostic a mesh with a particular error (Not repair it).

I try to use CGAL/Surface_mesh.h

https://doc.cgal.org/latest/Surface_mesh/index.html#title13

in order to iterate through all structure data and find these errors but it
does not work if the mesh has errors.

how i can iterate through haldedges, vertices, points of the invalid mesh in
order to find this errors? (Not repairing methods please)

For example: cube_e.off has non manifold vertex

cube_e.off
<http://cgal-discuss.949826.n4.nabble.com/file/t375958/cube_e.off>

if the file is process with this example it does not work:

https://doc.cgal.org/latest/Surface_mesh/Surface_mesh_2sm_kruskal_8cpp-example.html






--
Sent from: http://cgal-discuss.949826.n4.nabble.com/




Archive powered by MHonArc 2.6.18.

Top of Page