Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

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


Chronological Thread 
  • From: sergio <>
  • To:
  • Subject: [cgal-discuss] Can We use CGAL/Surface_mesh.h methods for not valid mesh?
  • Date: Wed, 6 Jun 2018 07:50:29 -0700 (MST)
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=SoftFail ; spf=Pass
  • Ironport-phdr: 9a23:Yi4oGB3E6s4dpZ1osmDT+DRfVm0co7zxezQtwd8Zse0UL/ad9pjvdHbS+e9qxAeQG9mDtrQc06L/iOPJYSQ4+5GPsXQPItRndiQuroEopTEmG9OPEkbhLfTnPGQQFcVGU0J5rTngaRAGUMnxaEfPrXKs8DUcBgvwNRZvJuTyB4Xek9m72/q99pHPYwhEniaxba9vJxiqsAvdsdUbj5F/Iagr0BvJpXVIe+VSxWx2IF+Yggjx6MSt8pN96ipco/0u+dJOXqX8ZKQ4UKdXDC86PGAv5c3krgfMQA2S7XYBSGoWkx5IAw/Y7BHmW5r6ryX3uvZh1CScIMb7S60/Vza/4KdxUBLmhicJOSA6/m/KhcN/kK1VrQm9pxF934LYfJ2ZOOZgcq7bYNgURXBBXsFUVyFZGYOzcZEPD+UAPeZfsoLwoEUOogGiCgmtAuPvxTFIhnjs3a09yOkhHgTG0xYhH9IKqnjbsNL1NKILXO2z0aLGwzLDb/ZM1jf87ojFahYhruuXUr1rdcre11MjGB/CjlWVsYDqIzyV2f4Js2SB6OpgT+2vhmg6oA9yujii3togh4jXio4P1FzJ9St0zJwoKdC2RkN3e9ypHIVWuiqHLYV5WNkiTHttuCsiyr0Jp5q7fC8SxZQhyBPTcfqHfJKT7R34UOaePy10i25ieLK6nxqy8E6gxfPgVsSszVpHrzRJnsPSun0N2RHf8NWLR/Vz80u72zuDyRjf6uReLkA1karbJYQhwrk1lpcLr0TMBDP5mETwjK+ZeEUk/fKo6+P8b7Xpo5+TLY50igXkPqsyncy/BPw0MhISUGiD5eS8yLrj8FXlT7VFlPI2lrDVv43bJcQAuqG5HhRV0p045hakDzam1cwYkmMdIFJEfhKHlYnpNEvULPD2F/fsy2irxTxkzvSDMrz6CYjWNVDClq3gdPBz8R1y0g02mMtS/Z1VDflVPvv4W0n+utvCCTc2NgW1x6DsD9ArhdBWYn6GHqLMaPCailSP/O96e7DdNr9Qgy70Lr0e39CriHY4nVEHeqzwhMkYbXm5GrJtJEDLOiOw0OdEKn8Du08FdMKvkEeLCGcBaHO7XqZ67TY+Wtr/UNXzA7u1ibnE5x+VW51bYmcfVwKKTTHufo+OX/pKYyWXcJZs

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