Subject: CGAL users discussion list
List archive
- From: "Sebastien Loriot (GeometryFactory)" <>
- To:
- Subject: Re: [cgal-discuss] Multi-domain mesh generation with sharp edges
- Date: Mon, 26 Aug 2019 14:46:02 +0200
- Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=None
- Ironport-phdr: 9a23:NEiiXhU16RZWMrYhMm5aGrzVYzTV8LGtZVwlr6E/grcLSJyIuqrYbRaAt8tkgFKBZ4jH8fUM07OQ7/m6HzVdvd3c7TgrS99lb1c9k8IYnggtUoauKHbQC7rUVRE8B9lIT1R//nu2YgB/Ecf6YEDO8DXptWZBUhrwOhBoKevrB4Xck9q41/yo+53Ufg5EmCexbal9IRmrswndrNQajIttJ6o+yhbEomZDdvhLy29vOV+dhQv36N2q/J5k/SRQuvYh+NBFXK7nYak2TqFWASo/PWwt68LlqRfMTQ2U5nsBSWoWiQZHAxLE7B7hQJj8tDbxu/dn1ymbOc32Sq00WSin4qx2RhLklDsLOjgk+2zRl8d+jr9UoAi5qhJi3YDUboGbOvlwcKzTctwVR3ZOUMlKWixdAY6xdZcDA/YPMOtaqYT2ulsArQG5BQmpHO7jxCJGiWHt0qIgyOQhDQDG0xImH9kTtnrUq8/1NKYVUeCp0aLEyTTNYO1R2Tf49ofIbgohoPGMU71qbcXR1U4vFxnFj1mVp4DuIjSY1v8Js2ic9epgVOWvi3I9pwF0pjii3cgsiozTiYIUzlDI7zl2wIEwJdChTkNwfNCqEJxVty6ANot2RNsvQ2dytykh0bIGvYC0cDIWx5Qgwh7Tc+CIc4eS7RLnTuqRJi14hH1jdbmihBiy6VCtxvPgWsSwylpHrSpInsPSunwTyhDf8MiKRuZl8ku/wzmDyx3f5+RaLk06mqfWLoAuwrAxm5UPtEnPAyD7l17qgKKTa0kr5/Sn5/rib7r6vJCTK5V7hwT/P6kvh8CyAOE1PwoQU2WZ5eix0qDo81fjT7VQlPI2l7HUsJDEKsQfoa60GwpV3Zwi6xa7Fjun3s4YkWQeIFJLeB+LkpLlO17JIPD/Ave/h0qjnC13yPDBO73tGpTNLn7dn7f9Zbtx9VJQxQ4pwd1c559YEK8NLOzuVkPrtNHUEwc1MwmuzObmDNV92JkeWWWKAqKBK6PStViI5vguI+mLeI8ZojP9K/w+6v7hiH82g14dfa2z0ZQLb3C4G+xqI1+Fbnr0ntcBDWAKsxIiQ+zlklKCVSdfaGuzX6In+j47FZmmDZzYS4C2gL2B2T+7EYdMamBHDFCMC3boeJ+eV/cCciLBavNmxzcLXLzkR4463gy1ryf7zaBmJ6za4H42r5XmgZJO6ufajg0z+Do8K8OH0maRByFbk2QNSiMszY52qlB60EbCm+AsmPhfD91U+7VMVi81MJfdy6pxDNWkCVGJRcuAVFvzGobuOjo2VN9km4ZTMXY4IM2ri1X45wTvA7IRkObWVpk986aZwGKoYsggkjDJ064ui1RgScxKZzX/2vxPsjPLDouMqH230r6wfP1FjiHI/WaHi2GJuRMACV8iYeD+RXkaI3Dug5H870LGQaWpDO1+YAREwM+GbKBNb4+wgA==
On 8/26/19 2:29 PM, Jane Tournois wrote:
Hello,Polygon_mesh_processing::intersecting_meshes() might help (if I understand correctly what you want).
Le 26/08/2019 à 07:42, imperin a écrit :
Hello Jane,
1.I tried to adapt the hybrid domain example , and did what you said , but I
can use detect_features only inside struct for
Polyhedral_mesh_domain_with_features_3, and nothing happens when i do it.
right, you need to adapt your Hybdrid mesh domain so that it is able to detect once and only once each feature polyline.
2. I also tried Polyhedral_complex_mesh_domain_3, but I need to make pairs
of surfaces i do not know the numbers. Is there automatic tool for finding
intersecting surfaces of multiple Polyhedrons?
I don't think we have an automatic tool for that. You can use AABB_tree to detect collisions between polyhedra, and then put it together with the info you have (like knowing that polyhedra do not intersect but are adjacent, etc)
https://doc.cgal.org/latest/Polygon_mesh_processing/group__PMP__predicates__grp.html#ga1ff63ec6e762d45ea5775bf7b49f9270
Sebastien.
Thanks a lot.
--
Sent from: http://cgal-discuss.949826.n4.nabble.com/
- [cgal-discuss] Multi-domain mesh generation with sharp edges, imperin, 08/20/2019
- Re: [cgal-discuss] Multi-domain mesh generation with sharp edges, Jane Tournois, 08/22/2019
- Re: [cgal-discuss] Multi-domain mesh generation with sharp edges, imperin, 08/22/2019
- Re: [cgal-discuss] Multi-domain mesh generation with sharp edges, Jane Tournois, 08/23/2019
- Re: [cgal-discuss] Multi-domain mesh generation with sharp edges, imperin, 08/26/2019
- Re: [cgal-discuss] Multi-domain mesh generation with sharp edges, Jane Tournois, 08/26/2019
- Re: [cgal-discuss] Multi-domain mesh generation with sharp edges, Sebastien Loriot (GeometryFactory), 08/26/2019
- Re: [cgal-discuss] Multi-domain mesh generation with sharp edges, Jane Tournois, 08/26/2019
- Re: [cgal-discuss] Multi-domain mesh generation with sharp edges, imperin, 08/26/2019
- Re: [cgal-discuss] Multi-domain mesh generation with sharp edges, Jane Tournois, 08/23/2019
- Re: [cgal-discuss] Multi-domain mesh generation with sharp edges, imperin, 08/22/2019
- Re: [cgal-discuss] Multi-domain mesh generation with sharp edges, Jane Tournois, 08/22/2019
Archive powered by MHonArc 2.6.18.