Subject: CGAL users discussion list
List archive
- From: Kim <>
- To:
- Subject: Re: [cgal-discuss] Offset Poisson reconstruction
- Date: Wed, 21 Apr 2021 07:51:27 -0500 (CDT)
- Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=SoftFail ; spf=Pass
- Ironport-hdrordr: A9a23:ROmlOqnhcSx+yffPYQNi+u0ohH/pDfNYimdD5ilNYBxZY6WkvuillvgDyFvQgDEeRHkvlbm7Sc29aFnb8oN45pRUGL+kUhXvtmfAFvAE0aLJxTr8FyristNMzKsISdkENPTcL3hfyfz77g6xDso6zLC8mpyAqO/Cwx5WPGJXQo566QMRMGqmO2lXYCUDOpYjDpqb4aN81kCdUFAadN6yCHVAf8WrnayoqLvcbRQLBwEq5WC15FvChYLSKBSW0gwTVDlC294ZgA34ujbk7aauuezT8HHh/lLT9JhflZ/AzdZOFaW36vQ9FzT2hg6kILlmQr2J1QpVnMiT7j8R/+XkklMFBYBT42mUVnypqRHtsjOQtgoG2jvH8xukplfN5eb+Xyk3DsJdg5kxSGqh12Mw+Ndm0KxK2GqFt51YSRPY9R6Nn+T1aw==
- Ironport-phdr: A9a23:XL3E7R3sFvfeBuWismDOHQQyDhhPgJ3EezUN459isYplN5qZl7zcNUDSrc9gkEXOFd2Cra4d2qyM6/+rCTNIyK3CmUhKSIZLWR4BhJdetC0bK+nBN3fGKuX3ZTcxBsVIWQwt1Xi6NU9IBJS2PAWK8TW94jEIBxrwKxd+KPjrFY7OlcS30P2594HObwlSizexfLd/IA+ooQnNtMQajohvJ6QswRbVv3VEfPhby3l1LlyJhRb84cmw/J9n8ytOvv8q6tBNX6bncakmVLJUFDspPXw7683trhnDUBCA5mAAXWUMkxpHGBbK4RfnVZrsqCT6t+592C6HPc3qSL0/RDqv47t3RBLulSwKMSMy/mPKhcxqlK9VrhKvqQJ8zYHWboGbKfVxcb/Sc94BWWpMXNpdWzBdDo+gcYcCCfcKM+ZCr4n6olsDtR6wBQipBOjyzTJIg3720bcm3OQmCwHGxhIvH9UUvHTIstr1Mb8SUeevzKbSyTXOdPRW2Srh6IjMdRAhpvKMUahsfsrWzEkiDgXIhUifpoL5JT2azPgNs3SF4Op6U+Kik2oqpgVxrzWt2MshjovEi4AaxF3E9Sh03YQ4KN22RUN4fNOpE5hduSGeOoV5XM4vXn1ktTs0x7Ebt5O2fSgHxZYhyhXCZfKHdI2I7QjiVOaXOTp5imxqdKijhxa26USgzPfzWdKv31ZOsCVJiMXDtncI1xHV98OJSeN981+81TuL0w3f8O9JLEMumafYKpMt2L89m5sVvE/eBCH5gl/2g7WTdkg8+uin9eDnYrL+q5+aOIJ4kAf+Pb41lcOkBeQ3LBICUHSc+eS5zLHj/Ev5T6tWjvAuj6XUtJTXKd4Vq6O6GQNY0Ycu5wy+AjqnyNgYmGMILFNBeBKJlYjpPFTOLej9Dfe+mVijjDBrx+rcPrL/BZXBNGTDn6nkfbZl7E5c0hA8zdRE6pJTF7EBPPbzWkj2tNzbFBM2Lwu0w+P/BNVnyoweQX6PArOeMK7KrVCI6fggI+2VaIAIuTb9MOQq5+P1jX8iglIdZqmo3Z4PaH+iBPhmIkOZYWDtgtgbC2sKsBA+H6TWjwiJXjdXInqzRKkh/SoTCYS8DI6FSJr+rqaG2XKYH5geMmVHTFuLC23lcMOYVvIUbzibJudmjyAAUr+iDYQm0Ef950fB17N7I7+MqWUjvpX52Y0tj8Xj0Coq/DkxNPyzlnmXRglcmX4UQzgx3+Z0pkkvkj+r4e1Dm/VdUOdrybZMWwY+O4TbyoRSDM3uXgXGfZGCT1P0Gb2OMXQKVts0huQ2TQN9FtGl5jjFg2ysCrUfk7HND5sxoPu04g==
Dear Simon,
It is supposed to be a structure with holes : ). The signed distance
function is in principle a level-set. With the signedDistance I am taking
the intersection between the implicit poisson reconstructed function that
represents the outer shape and an implicit defined infill that describes the
inner topology. This inner topology is described by a triply periodic
function, in this case a gyroid. These are the holes I guess you are
observing when you set the parameter to 0.01. The inner structure is similar
to what you guys generate in the "3D Periodic Mesh Generation" package if I
am not mistaken. Only there you get uniform repetitions and, although I
removed it from the minimal example to keep things as simple as possible, in
general I don't have uniform repetitions but alter the geometry of the
infill locally thoughtout the volume.
Anyway, when setting the parameter to 0.008 it takes a bit longer than with
0.01, but still under a minute when I run it. At the end it outputs:
Bellow I have added a link with the dump-bug file it generates when it
fails. The structure you will see in the .mesh file is basically what I
expect to get out of it (so it seems to fails towards the end), and I guess
its similar to what you get when you set the parameter to 0.01.
https://we.tl/t-gMM1MJmQdg <https://we.tl/t-gMM1MJmQdg>
I also don't think anymore its related to the offset, before there where
some problems in the offsets I was creating but I have since solved them
(and thought for a while it solved the problem).
Although I suspect it to be coincidence, the strange thing is I have not
encountered the error yet when not offsetting my surfaces. I have also
noticed its more likely to happen for lower facetDistance values. Finally,
in the past I have come across some shapes that it sometimes succeeds in
meshing and sometimes not without changing any parameter.
In case it helps to reproduce the problem I have compiled using GCC 8.3 (on
linux) with GMP, MPFR, eigen 3.3.7 and boost 1.67 available and found.
Thanks for taking the time to have a look at the problem!
Best,
K
--
Sent from: http://cgal-discuss.949826.n4.nabble.com/
- [cgal-discuss] Offset Poisson reconstruction, Kim, 04/04/2021
- Re: [cgal-discuss] Offset Poisson reconstruction, Kim, 04/05/2021
- Re: [cgal-discuss] Offset Poisson reconstruction, Kim, 04/19/2021
- Re: [cgal-discuss] Offset Poisson reconstruction, Simon Giraudot, 04/21/2021
- Re: [cgal-discuss] Offset Poisson reconstruction, Kim, 04/21/2021
- Re: [cgal-discuss] Offset Poisson reconstruction, Sebastien Loriot, 04/21/2021
- Re: [cgal-discuss] Offset Poisson reconstruction, Kim, 04/21/2021
- Re: [cgal-discuss] Offset Poisson reconstruction, Sebastien Loriot, 04/24/2021
- Re: [cgal-discuss] Offset Poisson reconstruction, Kim, 04/30/2021
- Re: [cgal-discuss] Offset Poisson reconstruction, Kim, 04/21/2021
- Re: [cgal-discuss] Offset Poisson reconstruction, Sebastien Loriot, 04/21/2021
- Re: [cgal-discuss] Offset Poisson reconstruction, Kim, 04/21/2021
- Re: [cgal-discuss] Offset Poisson reconstruction, Simon Giraudot, 04/21/2021
- Re: [cgal-discuss] Offset Poisson reconstruction, Kim, 04/19/2021
- Re: [cgal-discuss] Offset Poisson reconstruction, Kim, 04/05/2021
Archive powered by MHonArc 2.6.19+.