Subject: CGAL users discussion list
List archive
Re: [cgal-discuss] Is it convenient to change the surface_mesh_simplification a little?
Chronological Thread
- From: "Sebastien Loriot (GeometryFactory)" <>
- To:
- Subject: Re: [cgal-discuss] Is it convenient to change the surface_mesh_simplification a little?
- Date: Wed, 16 Oct 2019 09:03:28 +0200
- Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=None
- Ironport-phdr: 9a23:RqG4lB3aFbDYqdTbsmDT+DRfVm0co7zxezQtwd8ZseMUKfad9pjvdHbS+e9qxAeQG9mCsLQb16GP6vuocFdDyK7JiGoFfp1IWk1NouQttCtkPvS4D1bmJuXhdS0wEZcKflZk+3amLRodQ56mNBXdrXKo8DEdBAj0OxZrKeTpAI7SiNm82/yv95HJbAhEmTSwbalwIRi5ogndq9QajIV/Iast1xXFpWdFdf5Lzm1yP1KTmBj85sa0/JF99ilbpuws+c1dX6jkZqo0VbNXAigoPGAz/83rqALMTRCT6XsGU2UZiQRHDg7Y5xznRJjxsy/6tu1g2CmGOMD9UL45VSi+46ptVRTljjoMOTwk/2HNksF+kbxVoByhqRJ8zYDbbo6aO/hica3SZt4aWWhMU9xNWyBdDI6xbY0CBPcBM+ZCqIn9okMDoRWjCwayH+zg0CRIhmP33aIk1eQqDAfI3As6H9IPt3TUsMj+OKMTX++ry6nIyCvMb+9M2Tb96IbHaAwuoe2LXbJqccvdzEcjHB7Cg1WLrYzlOCmV1uUKs2iH9eZgUOavhnUoqwF0uDevx8MshpPViYISz1DJ7CN0y5s7K92/TU50e9+kEJ1IuiGcLYR5WdgtQ2V2tyog1rIGvpu7cDAWx5Qo3RHfb+aLc4+S4hLsUuuaPDR2hGp9db6hmxq/9VKsx+78W8WuzVpGsClInsPDu30OzxDe5cmKRuFy80u7xDqC2APe5vtaLUwpmqfWLYMqzKQqmZoJq0vDGzf7mEXog6+ScUUp4u2o5P7mYrXiv5OdOYp0hhznPqQglcGyAv40MgcJX2ic9uS80KPs8VflT7VNi/06iqjZsJbEKsQHvqO1HRNZ34I55xu8DzqqyskUkWcEIV5fdx+KjJDlO1TUL/D5Cfe/jU6skDBux/3eJb3hBpLNLmLCkLfmYbZx8UtcyA4owNBQ4pJbELABIPbpVkDts9zYCwc1MxaozOb/FNV9yoQeVHqTDa+WKqzStUaE6f8uI+mXeIAVpS39K+M+6v71jX45nEcdcrOz0ZsWbnC4BPVmLF+DbXrimNdSWVoMpRc0Gez2lEXQFnlYaH+2Gq49/TomE5ngXNuSFtrzxrrdmiGyFJdSayZNDVXLQkvvIo6LUvNJZCOJKdJ6iRQFU6KgQskvz0KArgj/nvBcI+Dd4TEZuJSr8N9v5urP3VEd+DtxAtiHwk+ERH1zhHJJDXdix6R4u0161hGG1YB3hvVZEZpY4PYfAVRyDoLV0+EvU4O6YQnGZNrcEA/6EOXjOik4S5cK+/FLe1x0QozwgRXK3i7sCLgQxeTSVc4Et5nE1n20HP5TjnPP1a0vlV4jG5IdOmivh6o5/A/WVdeQzhep0p2yfKFZ5xbjsWeOyW3U4RNdWQ90FLrABDUROhuQotP+6UfPCbSpDOZ/Pw==
Maybe can directly call:
CGAL::Euler::collapse_edge()
https://doc.cgal.org/latest/BGL/group__PkgBGLEulerOperations.html#ga5d15eb83f797b8f91e23e8e9ceec78c9
if the edge satisfy the link condition
CGAL::Euler::does_satisfy_link_condition()
https://doc.cgal.org/latest/BGL/group__PkgBGLEulerOperations.html#ga2d19a3573640a9abb28885425bfd9f40
Sebastien
On 10/15/19 6:03 PM, Shrabani Ghosh wrote:
Hi MaelRL,
I had a question similar to this example. As in this example, it defined the
edges as a constrained edge that will not be removed in the simplification
process.
https://doc.cgal.org/latest/Surface_mesh_simplification/Surface_mesh_simplification_2edge_collapse_constrain_sharp_edges_8cpp-example.html
I have to do something opposite. I have to define some edges that has to be
removed in the simplification process. Is there any function that can define
the edges as removed?
Regards
Shrabani Ghosh
--
Sent from: http://cgal-discuss.949826.n4.nabble.com/
- [cgal-discuss] Is it convenient to change the surface_mesh_simplification a little?, tdchen, 10/13/2019
- Re: [cgal-discuss] Is it convenient to change the surface_mesh_simplification a little?, Mael, 10/14/2019
- Re: [cgal-discuss] Is it convenient to change the surface_mesh_simplification a little?, tdchen, 10/15/2019
- Re: [cgal-discuss] Is it convenient to change the surface_mesh_simplification a little?, Mael, 10/15/2019
- Re: [cgal-discuss] Is it convenient to change the surface_mesh_simplification a little?, tdchen, 10/15/2019
- Re: [cgal-discuss] Is it convenient to change the surface_mesh_simplification a little?, Shrabani Ghosh, 10/15/2019
- Re: [cgal-discuss] Is it convenient to change the surface_mesh_simplification a little?, Sebastien Loriot (GeometryFactory), 10/16/2019
- Re: [cgal-discuss] Is it convenient to change the surface_mesh_simplification a little?, Shrabani Ghosh, 10/23/2019
- Re: [cgal-discuss] Is it convenient to change the surface_mesh_simplification a little?, Sebastien Loriot (GeometryFactory), 10/16/2019
- Re: [cgal-discuss] Is it convenient to change the surface_mesh_simplification a little?, Mael, 10/15/2019
- Re: [cgal-discuss] Is it convenient to change the surface_mesh_simplification a little?, tdchen, 10/15/2019
- Re: [cgal-discuss] Is it convenient to change the surface_mesh_simplification a little?, Mael, 10/14/2019
Archive powered by MHonArc 2.6.18.