Subject: CGAL users discussion list
List archive
Re: [cgal-discuss] CGAL::Polygon_mesh_processing::corefine_and_compute_difference(..) unable to calc second time
Chronological Thread
- From: stiklaz <>
- To:
- Subject: Re: [cgal-discuss] CGAL::Polygon_mesh_processing::corefine_and_compute_difference(..) unable to calc second time
- Date: Wed, 29 Apr 2020 04:31:12 -0500 (CDT)
- Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=SoftFail ; spf=Pass
- Ironport-phdr: 9a23:VrCJTBTxHMV0nNtQpcoIwWO2x9psv+yvbD5Q0YIujvd0So/mwa69ZBSN2/xhgRfzUJnB7Loc0qyK6v2mBzdLuMvJmUtBWaQEbwUCh8QSkl5oK+++Imq/EsTXaTcnFt9JTl5v8iLzG0FUHMHjew+a+SXqvnYdFRrlKAV6OPn+FJLMgMSrzeCy/IDYbxlViDanbr5+MRW7oR/Qu8QYjoduN6Y8wQbVr3VVfOhb2XlmLk+JkRbm4cew8p9j8yBOtP8k6sVNT6b0cbkmQLJBFDgpPHw768PttRnYUAuA/WAcXXkMkhpJGAfK8hf3VYrsvyTgt+p93C6aPdDqTb0xRD+v4btnRAPuhSwaMTMy7WPZhdFqjK9DrhyvpwJxzY3Wb4GbKfRxcb/Sc9wBSGpdXMtdSzBNDp+gY4cRCecKIOZWr5P6p1sLtRa+HhWsBOLsyj9MnHD33LAx3uM6EQHa3QwgHNYOv27VrdjuO6cSVPq6zKjMzTnZc/xW3jL95ZHOfxs8r/+MWrdwftDQyUkpDw7FiE+fppf+MDORyOsBqXSU7+1lVe+plmUpqBlxryCyysoojoTFnIwYx1Pe+Sh6wYs5P9y1RU99bNW5CpVfrTuaOJFzQs46Q2FnpiI6yroetJ69cyUG0pInyATEZPOcd4iH/AjvW/qWITd9nH5lebS/iAiu8UW41+HxUs253ExEoydGiNXBtXEA2wbS58WGUvd9+12u2TeL1wDd8OFEJkU0mLLAK549w74wlZ4Tvl7CHyLtl0X2ibWZdkQg+uSy9+vnZbDmqoeGN4BokgH+LrgumsunDOskPQgBRWyb9f2h273i5k32XKhKjuYtkqTCq5DbJcEbprajDANP04Yj7Qy/Dza839gCk3kHNgENRBXShIfgPxTCIevzEOykq1WqijZigf7cbZP7BZCYNWTCk7Pob/4p8FJdyw463/hQ4ptVDvcKJ/elCRy5j8DREhJsa1/8+O3gEtgojtpPC1LKObeQNebpiXHN4+suJ+eWY4pM4WTyLvEk47jlinprwgZAL5ns5oMebTWDJtojI0idZiOx0NFdV2EDtAA6Qarhj1jQCGcPNUb3ZLo143QAMKzjFZ3KH9n/j7mI3SP9FZpTNDhL
Sebastien Loriot (GeometryFactory) wrote
> Start by switching throw_on_self_intersection(true) in the named
> parameters of corefine_and_XXX. Then you'll get an exception if
> you are trying to do something invalid. If you have self-intersections
> then try to fix them. I used the master version of
> remove_self_intersections() which might explain why you still have
> some.
I have tried to use remove_self_intersections() from the master version and
also switched throw_on_self_intersection(true). I don`t get any exception so
meshes are not self intersecting, but still having the same invalid result.
Do you have any more ideas what`s can cause this?
--
Sent from: http://cgal-discuss.949826.n4.nabble.com/
- [cgal-discuss] CGAL::Polygon_mesh_processing::corefine_and_compute_difference(..) unable to calc second time, stiklaz, 04/27/2020
- Re: [cgal-discuss] CGAL::Polygon_mesh_processing::corefine_and_compute_difference(..) unable to calc second time, Sebastien Loriot (GeometryFactory), 04/27/2020
- Re: [cgal-discuss] CGAL::Polygon_mesh_processing::corefine_and_compute_difference(..) unable to calc second time, stiklaz, 04/27/2020
- Re: [cgal-discuss] CGAL::Polygon_mesh_processing::corefine_and_compute_difference(..) unable to calc second time, Sebastien Loriot (GeometryFactory), 04/27/2020
- Re: [cgal-discuss] CGAL::Polygon_mesh_processing::corefine_and_compute_difference(..) unable to calc second time, stiklaz, 04/29/2020
- Re: [cgal-discuss] CGAL::Polygon_mesh_processing::corefine_and_compute_difference(..) unable to calc second time, Sebastien Loriot (GeometryFactory), 04/29/2020
- Re: [cgal-discuss] CGAL::Polygon_mesh_processing::corefine_and_compute_difference(..) unable to calc second time, stiklaz, 04/30/2020
- Re: [cgal-discuss] CGAL::Polygon_mesh_processing::corefine_and_compute_difference(..) unable to calc second time, Sebastien Loriot (GeometryFactory), 04/30/2020
- Re: [cgal-discuss] CGAL::Polygon_mesh_processing::corefine_and_compute_difference(..) unable to calc second time, stiklaz, 04/30/2020
- Re: [cgal-discuss] CGAL::Polygon_mesh_processing::corefine_and_compute_difference(..) unable to calc second time, stiklaz, 04/30/2020
- Re: [cgal-discuss] CGAL::Polygon_mesh_processing::corefine_and_compute_difference(..) unable to calc second time, Sebastien Loriot (GeometryFactory), 04/29/2020
- Re: [cgal-discuss] CGAL::Polygon_mesh_processing::corefine_and_compute_difference(..) unable to calc second time, stiklaz, 04/29/2020
- Re: [cgal-discuss] CGAL::Polygon_mesh_processing::corefine_and_compute_difference(..) unable to calc second time, Sebastien Loriot (GeometryFactory), 04/27/2020
- Re: [cgal-discuss] CGAL::Polygon_mesh_processing::corefine_and_compute_difference(..) unable to calc second time, stiklaz, 04/27/2020
- Re: [cgal-discuss] CGAL::Polygon_mesh_processing::corefine_and_compute_difference(..) unable to calc second time, Sebastien Loriot (GeometryFactory), 04/27/2020
Archive powered by MHonArc 2.6.18.