Subject: CGAL users discussion list
List archive
Re: [cgal-discuss] Is it convenient to change the surface_mesh_simplification a little?
Chronological Thread
- From: Shrabani Ghosh <>
- To:
- Subject: Re: [cgal-discuss] Is it convenient to change the surface_mesh_simplification a little?
- Date: Wed, 23 Oct 2019 14:01:25 -0400
- Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=None
- Ironport-phdr: 9a23:rdbK9hTic6au/iPfw9zqId7x19psv+yvbD5Q0YIujvd0So/mwa6zZByN2/xhgRfzUJnB7Loc0qyK6vumCT1LuMzZ+Fk5M7V0HycfjssXmwFySOWkMmbcaMDQUiohAc5ZX0Vk9XzoeWJcGcL5ekGA6ibqtW1aFRrwLxd6KfroEYDOkcu3y/qy+5rOaAlUmTaxe7x/IAi4oAnLtcQbhYRuJrsvxhfVv3BFZ/lYyWR0KFyJgh3y/N2w/Jlt8yRRv/Iu6ctNWrjkcqo7ULJVEi0oP3g668P3uxbDSxCP5mYHXWUNjhVIGQnF4wrkUZr3ryD3q/By2CiePc3xULA0RTGv5LplRRP0lCsKMSMy/WfKgcJyka1bugqsqBNxw4HWYI+bOvlwcL7Dc9wGXmdBW9pdWjZbD4+gc4cCDewMNvtYoYnnoFsOqAOzCxSsBOP10DBHnWX53as70+88EA/G3AsgH8kOsH/Jq9j1L70SXvuzzKXSwjXDb/RW2Sz96IXMdh0suv6MXbdqfsrQzUkjDR/KjlKVqYH8OT6ey+oDs2+e7+V6VOKvjXYqqwdrrTe03cgsjpfGipgJxVDD8CV12Ic1JduiSE56e9GoCpVQtzuCO4RqTcMtWWVotDw9yr0ctp62ejUBxpc/xxPHdfCLb4yF7gjgWeuROzt0mm5pdbGlixu980WtzPD3WNOu31ZQtCVFl8HBtnAT2BzX7ciKUv598V2g2TaLzgzc9PxLLV0tmarVJJMswKQ8lpUUsUTEES/2nFv5gLWKeUUj/+ik8+XnYrP4qZ+AL4J4lB3yP6A0lsG8Aek0KBYCU3SY9Oim27Du/1X1QLBQgf03lqnZvoraJcMepqOhGA9VyJ0s6xClAzep0NQYmmIHLFJBdR+DlIXpNFTOL+r5Dfe7mVijjDBrx/XeMr37HprNNmTDkKvmfbtl90FcxxA8zdRG651JC7EBO+78WlLqtNzDFRI5KAy1w+P/CNpnzI8eWGSPArWYMKzIq1OI6PgvcKGxYpQIsmP9N+Q9tbmphnAwnRoRfLKiwIAMLiHkT6Q8fQOfPTzqi90LFWpMtQ07C7/XjkafW2tTe2qqRPB7oSoqDZqvS4bFXIGkxrKbmzyqG4VfIWFABFfLGnjhc8CIWuwHdTmJcfNmxzcLXLzkR4463gy1ryf7zaBmJ6za4H42r5XmgeN1/eTZnBczvRN0CN+dmzWWVWty2GwIQCQ2jfFXrkl0y1PF2q991a8LXedP7u9EB19pfaXXyPZ3XoirC1DxO+yRQVPjee2IRDQ4T9Y/2dgLOh8vFNCrjxSF1C2vUeZMyu67Qacs+6eZ5EDfYsZwz3GcifskhlgiB8ZDbCio2vE5+A/UCIrE1U6ekvTyLPhO7Gv27G6GiFG2kgRASgcpCPfKWHkeYg3dqtGrvk4=
Hi Sebastien,
Thank you for your response. In that case, can I check placement or cost before removing? Because after sequential edge remove I see that the edges look weird. How to remove edges in this case organized way?
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/
>
--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss
Attachment:
Screenshot from 2019-10-23 13-59-05.png
Description: PNG image
- [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.