Subject: CGAL users discussion list
List archive
- From: Andreas Fabri <>
- To:
- Subject: Re: [cgal-discuss] Fastest way of running hundreds of booleans
- Date: Mon, 2 Nov 2020 13:25:37 +0100
- Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=None ; spf=None
- Ironport-phdr: 9a23:s8ONph2Io2OdTbZysmDT+DRfVm0co7zxezQtwd8ZsesXL/vxwZ3uMQTl6Ol3ixeRBMOHsq0C0rKP+Pu6EUU7or+5+EgYd5JNUxJXwe43pCcHRPC/NEvgMfTxZDY7FskRHHVs/nW8LFQHUJ2mPw6arXK99yMdFQviPgRpOOv1BpTSj8Oq3Oyu5pHfeQpFiCe/bL9oMRm6sRjdusYYjId8N6081gbHrnxUdupM2GhmP0iTnxHy5sex+J5s7SFdsO8/+sBDTKv3Yb02QaRXAzo6PW814tbrtQTYQguU+nQcSGQWnQFWDAXD8Rr3Q43+sir+tup6xSmaIcj7Rq06VDi+86tmTgLjhSEaPDA77W7XkNR9gr9FrhKvpxJxwIDab4+aO/V8YqzTcsgXRXZCU8tLSyBNHo2xYokJAuEcPehYtY79p14WoBaiAwmjGfnvxSFSiX/twKY00/4uHhrc3AwhAtkDt27brNPoO6cIT++61rLIwS/Nb/xMwjj98onIfwsuof6SWrJwdNTeyVU1FwLFgFWfs5DqPy+S1uQXs2mX9fZvVeWqi2M+rQx6vzegyNs2hIbTmoIV1k7L9T9/wIstO9C1SFB2bcO6HJZStyyXOYh7T94jTmxppis3zrILtJG6cSYFxpoqyRrSZuKJfoWW/B/tW+mcLDR2in9ndr+zmhC/+lWuxO37U8m7yldKrixdn9nKrH8CzAfc6syZRfdn4kih3jOP2gbO4e9HOUA5jbfXJpwiz7IqmJcfr17PEjLqlEj1lqOaa0cp9vaw5+njfrnqvIKQO5J3hw3kL6gjmMOyDf4lPgQQQWSX4fiw2Kf/8UHjXLlGlOE6n6/Eu53EIcQbu7W5AxNL3YY59hi/Djan38oAkHUbKl9OZQiJgJLzO17UJfD1Ffe/jEqokDds3/3LOqftApDKLnTeirvheKxy609YyAYqytBf+o5UBqsGIPLtWk/9rtrYAQElMwCswubnDsty1p8GVG6SAKKUM7nevFGW6u41PuWAeIwYtCzgJ/Un+fLilXo5lkUcfamt05sXcne4HvF+LkqDZ3rjn80BHnkQsQolVuDqhkeNXiVJZ3azRK886S80CIWjDYjdWoCtmryA3CmhEZJKemBGDUqMEHfye4qYXPcMbTqeItV9nTwcSbihV4gh2Amyuw/10bVnKvPY9TAZtZL4yNd1+vbTlQop+DxvD8Wd1nmNQHtukmMJQT82xqF/rlZnxleNy6h0m/lYFdtO6PxXSgo6Lpvcz/BiC9zrXQLBY8uJRE6mQtq4BTExSco8w8cKY0lnG9StkArD0iuuDrIVjbCLBIY7/rjb33jvJ8Zx0XDG27c9j1U+Q8tPM3OphrJn+gTPHYLFj1+Vm7qweagAxCLN7nuMzXKSvEFEVw59SbnKXX8FaUvStNj2+0LCT6SyBrQ6KQtB0tWPKqpMat3zjFVJXu3vONrEYzH5p2DlDhmBwvaAbZHhZn4G9CTbEkkN1Q4JrlicMg1rLyGtuW/XF3RAHFj1Ygu4+O9ysn6yVQk6xguQbmVu2r2w9wIPlPKVQO8UxKNCsyAk/WYnVG2h1s7bXoLT7zFqe79RNItkvAV3kFnBvgk4BaSOarh4jwRHIQt6uEbjyw9mBIxLjc8wvTUhyw8gcfvJgmMETCuR2NXLApOSL2Dz+B61bKuMgwPR3dGT97sV+foxoEnkphDvHU0noS0+jotllkCE75CPNzI8FJL8VkFtq0or4bTdO2847oLQkHpxLe+zrD+E3d81VrMo
Hello,
Do the clones intersect?
Is it union(C_i) - Another ?
What is the size of C_i and Another ?
Do you use Nef_polyhedra or Polygon_mesh_processing ?
andreas
On 11/2/2020 1:09 PM, aseverino ( via cgal-discuss Mailing List) wrote:
Hello,
I'm currently cloning a mesh multiple times, and moving those clones in such
a way it ends up looking like they form a trail. I end up having something
between 200 and 300 clones of the meshes, which I will have to minus another
model from. Here I have three options: I can add the hundreds of clones
together and then minus the model from it, or I can straight up minus the
model from every single of those clones.
Both of my options are crazy slow - taking over 20 minutes to process. I
need the total time to be around the 1 minute mark.
Is there a way I can run booleans in parallel for the same set of meshes? Or
run some sort of combined boolean?
--
Sent from: http://cgal-discuss.949826.n4.nabble.com/
- [cgal-discuss] Fastest way of running hundreds of booleans, aseverino, 11/02/2020
- Re: [cgal-discuss] Fastest way of running hundreds of booleans, Andreas Fabri, 11/02/2020
- Re: [cgal-discuss] Fastest way of running hundreds of booleans, aseverino, 11/02/2020
- Re: [cgal-discuss] Fastest way of running hundreds of booleans, Andreas Fabri, 11/02/2020
- Re: [cgal-discuss] Fastest way of running hundreds of booleans, aseverino, 11/02/2020
- Re: [cgal-discuss] Fastest way of running hundreds of booleans, Sebastien Loriot (GeometryFactory), 11/04/2020
- Re: [cgal-discuss] Fastest way of running hundreds of booleans, aseverino, 11/04/2020
- Re: [cgal-discuss] Fastest way of running hundreds of booleans, aseverino, 11/04/2020
- Re: [cgal-discuss] Fastest way of running hundreds of booleans, aseverino, 11/04/2020
- Re: [cgal-discuss] Fastest way of running hundreds of booleans, Sebastien Loriot (GeometryFactory), 11/04/2020
- Re: [cgal-discuss] Fastest way of running hundreds of booleans, aseverino, 11/02/2020
- Re: [cgal-discuss] Fastest way of running hundreds of booleans, Andreas Fabri, 11/02/2020
- Re: [cgal-discuss] Fastest way of running hundreds of booleans, aseverino, 11/02/2020
- Re: [cgal-discuss] Fastest way of running hundreds of booleans, Andreas Fabri, 11/02/2020
Archive powered by MHonArc 2.6.19+.