Subject: CGAL users discussion list
List archive
- From: Sebastien Loriot <>
- To:
- Subject: Re: [cgal-discuss] Importing PLY file with different face orientations
- Date: Tue, 9 Mar 2021 20:17:55 +0100
- Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=None
- Ironport-phdr: 9a23:2miMwxRlwmqK1A0B56AsfFRxydpsv+yvbD5Q0YIujvd0So/mwa6zYReN2/xhgRfzUJnB7Loc0qyK6vGmADVeqsbY+Fk5M7V0HycfjssXmwFySOWkMmbcaMDQUiohAc5ZX0Vk9XzoeWJcGcL5ekGA6ibqtW1aFRrwLxd6KfroEYDOkcu3y/qy+5rOaAlUmTaxe7x/IAiyoAnLq8UanIpvJqkyxxfUv3BFZ/lYyWR0KFyJgh3y/N2w/Jlt8yRRv/Iu6ctNWrjkcqo7ULJVEi0oP3g668P3uxbDSxCP5mYHXWUNjhVIGQnF4wrkUZr3ryD3q/By2CiePc3xULA0RTGv5LplRRP0lCsKMSMy/WfKgcJyka1bugqsqQFhzY7aYI+bN/Rwca3SctwYWWVPUd1cVzBDD46mc4cDE+QMMOReooLgp1UOtxy+BQy0Ce3y1DBHnWX53bYm0+QgDw7G2hErEdQJsHTOrdX1M7sSWv2ywanTyTXDaOlW2Tb66IjUaBwhpPWMUKl/ccrU00YvFgfFgk+MpoziOjOYz+IAuHWU4OR8T+ygkXInqx1vrTi1wMchkobHip8bxF3H9ih03IY4KNK3RUNnfdKoDpRduiKeOoZrX88vQG5mtiknx7EatpO1cjUHxponyhLCZPKKcJSF7w7lWe2MLzl4g3dld6i+hxa06UWv1uL8WdOw0FpQqSpFiNbMumgL1xPJ8ceIUf998Vm71TmT0ADT7+dJKl03m6rDM5Mt3KI8m54JvUnAHiL6glj6gLGVe0k+9eWl7/zrbqv8qZOAKoN5jx/xPrg0lcG6H+g0LhUCUm2V9OumyrHv4Uj0TbdXgvA4j6XUtY7VKtgUq6KlBgJY3Icu5wqjAzqj0dkVnGcIIVBDdRmalYbmIUvOL+r9Dfqng1SjjjNrx/feM73kGJrNL3zDnK7vfLZ49kJQ0QQzwN9b6p5OBbEBJ/XzWkD1tNPGFBM2Lwu0w+P/BNV80IMRR36PD7eHPK/OtVKE/OEiLumWaIMIpjrwKOIp6vHqgHMhnF8SZ6ip3Z8ZaHCiGfRmJl2UYWHogtcGC2cKvw0+TPDwhF2HVT5efHmyX6cm6TE6DIKqF5vMRoeogLCZxie0AoVWZnxaClCLCXrna4qEVO0IaC6LP8BhkycEWqS8S486zhGjrxT6yrpiLurM4CIUr5Pj1N5v5+3Sjx4+7zJ0D97Om12KGmp7l2dNSz4t171kumR8zE2C2O52ma92D9tWsshEWA4hKZ/RyaReDMrzXR6JKsyNT0ynRcngBDUZQdc4wttIaEF4TYbxxivf1janVudG34eAA4Y5p/qFgirBYv1lwnOD75EPylkrRswVaD+jj697shfWXsvHzxTfmKGteqARmiXK8TXblDbcjARjSAd1FJ79czUHfEKP9Ib240rDS/mlDrF1alIQm/7HEbNDb5jStXsDQf7iPNrEZGfowjW/AB+JwvWHa4+4Img=
Did you try this method?
https://doc.cgal.org/latest/Polygon_mesh_processing/group__PMP__orientation__grp.html#gaadc5bac3072b11d2313e40043c729d0a
Best,
Sebastien.
On 3/9/21 7:54 PM, kunzarizvi wrote:
Hello
I am trying to load a ply file using CGAL and store it in a surface mesh for
further computations (hole detection, hole filling, etc) but if the faces
are not oriented the reader is unable to load the rest of the faces with
different orientation. My entire program works under the assumption that
most of my inputs would have holes in them. Can anyone please advise how I
can read the ply file, fix the orientation, and then save it as a surface
mesh?
Any other method would work too
Thank you
--
Sent from: http://cgal-discuss.949826.n4.nabble.com/
- [cgal-discuss] Importing PLY file with different face orientations, kunzarizvi, 03/09/2021
- Re: [cgal-discuss] Importing PLY file with different face orientations, Sebastien Loriot, 03/09/2021
- Re: [cgal-discuss] Importing PLY file with different face orientations, kunzarizvi, 03/09/2021
- Re: [cgal-discuss] Importing PLY file with different face orientations, Maxime Gimeno, 03/10/2021
- Re: [cgal-discuss] Importing PLY file with different face orientations, kunzarizvi, 03/10/2021
- Re: [cgal-discuss] Importing PLY file with different face orientations, kunzarizvi, 03/14/2021
- Re: [cgal-discuss] Importing PLY file with different face orientations, Maxime Gimeno, 03/14/2021
- Re: [cgal-discuss] Importing PLY file with different face orientations, kunzarizvi, 03/14/2021
- Re: [cgal-discuss] Importing PLY file with different face orientations, Maxime Gimeno, 03/14/2021
- Re: [cgal-discuss] Importing PLY file with different face orientations, kunzarizvi, 03/15/2021
- Re: [cgal-discuss] Importing PLY file with different face orientations, Maxime Gimeno, 03/15/2021
- Re: [cgal-discuss] Importing PLY file with different face orientations, Andreas Fabri, 03/15/2021
- Re: [cgal-discuss] Importing PLY file with different face orientations, kunzarizvi, 03/14/2021
- Re: [cgal-discuss] Importing PLY file with different face orientations, Maxime Gimeno, 03/14/2021
- Re: [cgal-discuss] Importing PLY file with different face orientations, Maxime Gimeno, 03/10/2021
- Re: [cgal-discuss] Importing PLY file with different face orientations, kunzarizvi, 03/09/2021
- Re: [cgal-discuss] Importing PLY file with different face orientations, Sebastien Loriot, 03/09/2021
Archive powered by MHonArc 2.6.19+.