Subject: CGAL users discussion list
List archive
- From: Sebastien Loriot <>
- To:
- Subject: Re: [cgal-discuss] Offset Poisson reconstruction
- Date: Sat, 24 Apr 2021 14:51:17 +0200
- Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=None
- Ironport-hdrordr: A9a23:fvO1l6i5Vgljhl5Mgyto1jJM6nBQX9x13DAbvn1ZSRFFG/GwvcaogfgdyFvQgDEeRHkvlbm7SdS9aFnb8oN45pRUAKyrWxPotHDtAIZp64bjxDOIIVyDysd206B8f69iTODhFFQSt7eB3CCUMfYFhOOG/qehmPvEwx5WJz1CRql8425Ce2CmO2JsQg0uP+tcKLO94Y59qyOkaTAraK2AdwI4dszig/GOq578ex4BAHccmXGzpBel8qTzHRTd/jp2aUIp/Z4Y/WLIkxP068yY2pnRqiP07GPd449bn9Hs0LJ4damxo/MYNyn2jUKQbJlhMofigBkOvOqt5Fw2+eO8wCsIAsIb0QKyQkiIuxf3nyHv3DEygkWSsGOwsD/MpYjcSCghA8RMwbhFegbUgnBNgPhMlIxM2Wydu957LzPl2B786d/BSg1wmiOPzEYKoKo8iXpQVIdbUrtNtMgk+l9PGptoJk3HwbFiK+VlAMHC6Ps+Sz2nU0w=
- Ironport-phdr: A9a23:ehKDtBeZZ6VxhBTih4rdQNd4lGM++tnLVj590bIXzolWe6HmxazJeXLljd1ThVPEFb/W9+hDw7KP9fy5CCpauM3K7y5KWacPfidNsd8RkQ0kDZzNImzAB9muURYHGt9fXkRu5XCxPBsdMs//Y1rPvi/6tmZKSV3wOgVvO+v6BJPZgdip2OCu4Z3TZBhDiCagbb9oIxi6sAHcutMIjYd/JKs9xRnEr3pVcOlK2G1kIk6ekQzh7cmq5p5j9CpQu/Ml98FeVKjxYro1Q79FAjk4Km45/MLkuwXNQguJ/XscT34ZkgFUDAjf7RH1RYn+vy3nvedgwiaaPMn2TbcpWTS+6qpgVRHlhDsbOzM/7WrajNF7gqBGrxK7vxFx3pDaYI+VOvR9cK3Sc9wVSmhdUcheTCFBHoCxYpETA+YdM+tVrY/wrEYOoxukAgmsAfvixCJWiXDtx6I6yPghEQDY0wwmAtkAtnPUrM/0NKcVTeC+0a7FzS7Hb/NRwzf96Y/Icgw7rfGJWbJ9asXRyUw1GAPEilWcs5DqPzSQ1ukUtWWQ8uVvW/61hWE9twFxviagxt0qioTRm48bxEzJ+DhkzYs1JdC0VkB1bN+gHZZfsyyXK4l7T8ImTm9ouCg3yrILtJG1cSUI1pgq2RzSZvOFfoWV7BzvSeCcKip2inJifbKwnRey8U64x+36TMa7y01Fri5bndXWqn8N0BnT586aQfV+5keswSiD2xzX5+1eIk05lbDXJ4M/zrMzjJYevkDOEjfolErskKOaa0Ap9fa05+v9Z7jquIOQO5JxhwzwKKsihNCzDOE2PwcSUWiW++Gx2b/g8ED9T7hHi+A5nrTavZ/AIMkUvK20DgBV34sl9h2xFS2p0M4CknkCNF9FeAyIj4zuO1zWJfD3F/a/g1C1nDZlwvDKI6TtApvCI3XHirvhcrF960lTyAo3099T/Y5bCrYEIP7rW0/xssLXDgMhPgCq3+rqDM9x24AeVG6VH6OVLqDfvUWH6+8rO+WMYZUauDf5K/gr/f7uino5lEcGfamt2psXcnG4HvN6I0mDZHrshswMEWgPvgUkTezqjEeOXiJUZ3a3R648/C00CJq6DYffQYCgmKCO3CihEZ1Sf2xJF1GMEWz0eIWZQPcMczmfItRhkzwBTbiuUZUt1RCotA/gyrpoNPDY+iMCtcGr6N8g7OLakVQ+9Cd/Et+G+2CLVWB92G0SFBEs26UqmkF3w0yf0KV+y9hfD91U+7sdSQM9L5/b06p/D/j9XwvAepGCT1PwEYbuOi04Ut9km4xGWE16Adj31njr72+RG7YQ0oezKtk0/6bbt1D0Lsd5jmnDjewv0whgTcxIOmmrwKV48lqLb6b51n6BnqPvTpwymTbX/Q+rwm+HvUUeWwl1A/2tdUBaXVPfqJHC3m2HSravDbo9NQ4p4cGHI6pOLNbuiAcfLMo=
Yes probably. Since you are modifying the function to be meshed I was
looking at what could be an issue for the mesher. The bounding volume
is one of them.
Sebastien.
On 4/21/21 3:40 PM, Kim ( via cgal-discuss Mailing List) wrote:
I compute the bbox of the points used to create the Poisson reconstruction
and add a padding of 10% the size of the unit cell. Since these points are
the outer bounds of the domain to be meshed this should be safe with the
current unit cell size (I recognize that for very small unit cell sizes it
may be to little). To be sure, I just increased dramatically the bounding
box and I get the same behavior. Shouldn’t I expect the error to appear
regardless of facetDistance if the bbox was the problem?
Best,
K
Sebastien Loriot (GeometryFactory) wrote
Since you are changing the implicit surface to mesh, did you make sure
that the bbox is large enough to contain the output?
Best,
Sebastien
--
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+.