Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Surface Mesh Simplification process

Subject: CGAL users discussion list

List archive

[cgal-discuss] Surface Mesh Simplification process


Chronological Thread 
  • From: Shrabani Ghosh <>
  • To:
  • Subject: [cgal-discuss] Surface Mesh Simplification process
  • Date: Wed, 23 Oct 2019 01:46:15 -0500 (CDT)
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=SoftFail ; spf=Pass
  • Ironport-phdr: 9a23:gUVGmR3I4ToyrbbosmDT+DRfVm0co7zxezQtwd8Zse0SKPad9pjvdHbS+e9qxAeQG9mCsLQU26GH4ujJYi8p2d65qncMcZhBBVcuqP49uEgeOvODElDxN/XwbiY3T4xoXV5h+GynYwAOQJ6tL1LdrWev4jEMBx7xKRR6JvjvGo7Vks+7y/2+94fcbglVijexe7B/IRa5oQjVssQdnJdvJLs2xhbVuHVDZv5YxXlvJVKdnhb84tm/8Zt++ClOuPwv6tBNX7zic6s3UbJXAjImM3so5MLwrhnMURGP5noHXWoIlBdDHhXI4wv7Xpf1tSv6q/Z91SyHNsD4Ubw4RTKv5LptRRT1iikIKiQ5/XnZhMJwkqxVow+vqBNjzIDbe4yVKPhzcr/Bcd8GWWZNQMBcXDFBDIOmaIsPCvIMM/tYr4nnvVQBtgGxBQ+tBOjyyzFIhnj23bY60+88FgzGxxYgEMkIsHjOo9X1NKASUfu1zKTMyTjOdPxW2TLn54jJdhAtu+2DXbV1ccfIz0QkCg3LjlKVqYP/PjOV0PwAs26B4OV7Tu2vj3AopxttrTiow8chjJTCiIENyl3c6Cl0xII4Kce2RUN4e9KpE5pduzubOoZ3RM4pXntmtzwgyrIcvJ62ZCgKx4ojxx7Yc/GHdYeF7gjlVOmLOjh3n3Zld6ylixmu9kigz/XwVsiy0FlUsipIisTAu3QJ2hDJ5MWKSeFx80Sg1DqV1g3e6/lIIUUumqraL54hzKQwlp0WsUnbBS/2gl75jKmMekUr+uio7P/nYrXiq5KYLIJ0hQT+Pb4vmsy7G+g3Lg8OX22D9eSmyLLj5VH5QKlNjvAujqbZv4rVJcACqqGkAg9VyZos6wukDze9y9kYhnkGLFddeB2dlYTpOlfOIOr5DfilmVisni1rlLj6OejqDZzJa3TCi7z8Zq1V6khGyQN1w8oMyYhTD+Q6IOj6UEb3tZT3DhgiM0Tg2PztDpNy1oQFWTPeKqCcOaLW91SP47R8cKG3eIYJtWOleLAe7Pn0gCphwANPTeySxZISLUuAMLF+OUzAOCjjh94AFSEBuQ9sFLW32m3HaiZaYjOJZ4x55jw/D9v7X4GfAIakiraF0WGwGZgEPzkXWGDJKm/hcsC/Y9lJbSuTJsF7lTldDOquToYg0VelswqokLc=

Hello,

I have two surface meshes which two have some shared common edges.
For example, edge 16 (mesh1) -> edge 2(mesh2)
edge 17 (mesh1) -> edge 3(mesh2)
edge 18 (mesh1) -> edge 6(mesh2)

I am dealing with these two meshes separately. Now I am interested to do
surface mesh simplification in a correct way so that if edge 16(mesh1)
collapsed in the simplification process of mesh 1, then I will also be able
to do edge collapse edge 2(mesh2) in the simplification process of
mesh2.

If edge 17(mesh1) remained uncollapsed in the simplification process of mesh
1, then edge 3(mesh2) will also remain uncollapsed in the simplification
process of mesh2.

I am doing the simplification process separately.
Is it possible to do it the correct way so that edge collapse will be the
same for two meshes for these specific edges in the simplification process?

I have tried everything to find a solution to these. I could not find a good
way. Every time I can see that edge collapse is different for two meshes
though I am mentioning which edges to collapse.

Any ideas will be appreciated.

Thank you







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


  • [cgal-discuss] Surface Mesh Simplification process, Shrabani Ghosh, 10/23/2019

Archive powered by MHonArc 2.6.18.

Top of Page