Subject: CGAL users discussion list
List archive
- From: Shrabani Ghosh <>
- To:
- Subject: [cgal-discuss] Orient_polygon_soup
- Date: Tue, 17 Sep 2019 20:12:48 -0400
- Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=None
- Ironport-phdr: 9a23:E2xuCBb3zNtazXnWhbsGs/T/LSx+4OfEezUN459isYplN5qZr8q5bnLW6fgltlLVR4KTs6sC17ON9fm/EjdaqdbZ6TZeKcYKD0dEwewt3CUYSPafDkP6KPO4JwcbJ+9lEGFfwnegLEJOE9z/bVCB6le77DoVBwmtfVEtfre9FYHdldm42P6v8JPPfQpImCC9YbRvJxmqsAndrMYbjZZsJ6or1xfEoHREdupIyWh1IV6fgwvw6t2/8ZJ+7Shcoe4t+9JFXa7nY6k2ULtUASg8PWso/sPrrx7DTQWO5nsYTGoblwdDDhbG4h/nQJr/qzP2ueVh1iaUO832Vq00Vi+576h3Uh/oiTwIOCA//WrKl8F/lqNboBampxxi347ZZZyeOfRicq/Be94RWG1OUNtMVyxaGoOzcZcAD/YCM+ZdoInzqVwOrR6kCgmtAuPk1ztEi3Hq0aE/1ekqDAPI0xE6H98Wv3varNv7OqQPX+6r0KbF1i/MY+9M1Drn9ITEbhIsrPeRVrxwa8rRzkwvGhvYgFWQs4zqJSia2f4Ls2ia8uFuVOKvi2k8qwFxvzOiwdwsipPSiYIT0FzE+iV5wIEuJd24TEN2ZcWpEJRVty6ANot2RtkuTH1vuCY/07ALv4OwciYNyJQi3RHfavqHfpCH4hLkU+aRLjN4i2x/dL2jgBay9FCsxfHzVsau1FZGtC1FksPDtn0Lyhfd6dCHR+Nj8ku93TuDzQPe5+FeLUwqiabWKIQtz7EtmpcVrE/NBDX5mF/sg6+Tbkgk+van6+DgYrj+o5+TLY50igXnPqswh8OzHP00MgYBUmSG4+i827rj/Ur2QLVOkPI6iLXWsJffJcgDp665BRFa0po75hqhEzur1M4UkHoHIV5fZh6Lk4vkN0vBLfzlFfu/hk6jkDZvx/DIJL3hBZDNI2DYkLf7Zrl97VRQyAUzzdBY/JJUCrUMLfboV0/+sdzXFB45Mwiuz+n7D9V905sSWXiTDa+BLKPSrViI6/ozLOmDfoAVvC/xJOUk5/71kXA5hEQdfbKy0JsMaHG4G+xmLF+DbXrthNcBC2YKsRAkQOzkkl3RGQJUMn29VqZ56jAgA5+9Fq/CQJqsifqPxnSVBJpTM1tGEFmGGHHpP6qEXOwMIHaJOMVn1DMEUqOhGt4J2hSntQu8wL1ieLmHshYEvI7ugYAmr9bYkgs/oGcsVpnP4yS2V2hx21gwaXo20aR4+xEvz16C1e11j6UdG4AKofxOVQg+ONjXyOkoU4muCDKERc+ATROdevvjGSs4F4tjzNoHYkI7ENKn3EiajniaRoQNnrnOP6Qat6fV3nz/PcF4ki+U26wojl1gScxKZzSr
Hi,
I am trying to use the orient_soup on my data. I am following the below example.
https://doc.cgal.org/latest/Polygon_mesh_processing/Polygon_mesh_processing_2orient_polygon_soup_example_8cpp-example.html#a2
but in the line of iteration of faces, I am getting an error and later I am getting segmentation fault. I printed here the faces iteration and I can see this below error. I am not understanding why I am getting this error. I cannot change the orientation and not able to use the mesh for any other examples. Could you please suggest how to solve this? I am attaching the input file here.
1169029 1169030 1169031 116903terminate called after throwing an instance of 'CGAL::Assertion_exception'
what(): CGAL ERROR: assertion violation!
Expr: is_valid_polygon_mesh(tm)
File: /home/sghos003/CGAL-4.13.1/include/CGAL/Polygon_mesh_processing/orientation.h
Line: 483
2 1169033 1169034 1169035 1169036 1169037 1169038 1169039 1169040 1169041
Regards
I am trying to use the orient_soup on my data. I am following the below example.
https://doc.cgal.org/latest/Polygon_mesh_processing/Polygon_mesh_processing_2orient_polygon_soup_example_8cpp-example.html#a2
but in the line of iteration of faces, I am getting an error and later I am getting segmentation fault. I printed here the faces iteration and I can see this below error. I am not understanding why I am getting this error. I cannot change the orientation and not able to use the mesh for any other examples. Could you please suggest how to solve this? I am attaching the input file here.
1169029 1169030 1169031 116903terminate called after throwing an instance of 'CGAL::Assertion_exception'
what(): CGAL ERROR: assertion violation!
Expr: is_valid_polygon_mesh(tm)
File: /home/sghos003/CGAL-4.13.1/include/CGAL/Polygon_mesh_processing/orientation.h
Line: 483
2 1169033 1169034 1169035 1169036 1169037 1169038 1169039 1169040 1169041
Regards
Shrabani Ghosh
- [cgal-discuss] Orient_polygon_soup, Shrabani Ghosh, 09/18/2019
- Re: [cgal-discuss] Orient_polygon_soup, Sebastien Loriot (GeometryFactory), 09/18/2019
- Re: [cgal-discuss] Orient_polygon_soup, Sebastien Loriot (GeometryFactory), 09/18/2019
- Re: [cgal-discuss] Orient_polygon_soup, Shrabani Ghosh, 09/18/2019
- Re: [cgal-discuss] Orient_polygon_soup, Sebastien Loriot (GeometryFactory), 09/18/2019
- Re: [cgal-discuss] Orient_polygon_soup, Sebastien Loriot (GeometryFactory), 09/18/2019
Archive powered by MHonArc 2.6.18.