Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Poygon mesh creation with PMP

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Poygon mesh creation with PMP


Chronological Thread 
  • From:
  • To:
  • Subject: Re: [cgal-discuss] Poygon mesh creation with PMP
  • Date: Wed, 15 Aug 2018 23:44:58 +0200
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:IYhsLBTmbqs6vv3NLaY35xF6M9psv+yvbD5Q0YIujvd0So/mwa69ZxON2/xhgRfzUJnB7Loc0qyK6/6mATRIyK3CmUhKSIZLWR4BhJdetC0bK+nBN3fGKuX3ZTcxBsVIWQwt1Xi6NU9IBJS2PAWK8TW94jEIBxrwKxd+KPjrFY7OlcS30P2594HObwlSizexfbJ/IA+qoQnNq8IbnZZsJqEtxxXTv3BGYf5WxWRmJVKSmxbz+MK994N9/ipTpvws6ddOXb31cKokQ7NYCi8mM30u683wqRbDVwqP6WACXWgQjxFFHhLK7BD+Xpf2ryv6qu9w0zSUMMHqUbw5Xymp4qF2QxHqlSgHLSY0/27ZisNyjKxVrhGvqQFhzYHIe4yVMeZyc7nHcN8GWWZMXMBcXDFBDIOmaIsPCvIMPeNFr4nnvVQCtwexBQ2xC+70xT9Ig2X53aw+0+g7DQ7G2wkgEtQTu3raq9X1Mb0dUeGzzKTQzDXDaelW2Tbn54TSfBAhu/eBVq9zf8rJ0UQjCR/Jg1GKpYHmPz6ZzPoBv3aG4+Z6Ve+ihWgqoBxrrDe13McjkIzJi5oVyl/a8SV5x544JdiiR056Zd6oCZVRtzuHO4dvTMMvQ29ltDw1yr0Bvp67cywKx4o9yxHDbPyHdpCE4hPlVOmPPTd1nGxpdK67ihqo8kWtyvfwWteq3FpXtCZIktfBumgI1xPJ68iHTvV9/l2m2TaKzw3T7/xEIVoumqbBN5EhxqM/m4EcsUTGBCD2mUH2gLWKeUUj/+ik8/7nban+pp+AK490jRnzPbghmsOlBeQ0KxUBX2mA+eugyb3j5lb5Ta5Rjvw2l6nZqIrVKd4apq6/GQ9V05ws5wyxDze8g5wlm2IaJgdFZA6flNqufErfJejxS/a5mVWl1jlxgOvXO6XoRZTLIH+Em7joefNx6lVX1REonuxYsplbA7VELPPoUVLqr/TZCAU4Okq62bXJEtJ4g4YDQ2vJCauVGKzXuF6MoOkoJrrfLLQJsSrwfqB2r8XlimU0zAdELPuZmKAPYXX9JcxIZkCQYH7imNAESD5YsQ83Teisg1qHA2cKOySCGpkk7zR+M7qISJ/ZT9n00rOE1Sa/WJZRYzIeUw3eITLTb4yBHsw0RmeSL8tmyGFWULGgT8o+z0jrulKhjbVgKeXQ92sTspexjNU=

Hi Sebastien,

thank you for looking into this. I've exported the polygon soup into .off (see attachment) - let me know if you need any further information.

Claudio

On Wed, Aug 15, 2018 at 12:29 PM Sebastien Loriot (GeometryFactory) <> wrote:
You probably have some non-manifold faces in your soup. If this is the
case, it probably needs some clean up. Can you share the input so that
we can give more info?


Sebastien.



On 08/14/2018 10:05 AM, wrote:
> Hello,
>
> I'm trying to use the CGAL's PMP package to create a mesh out of a
> polygon soup (extracted from a spatial subdivision structure using a
> min-cut approach). I've usedorient_polygon_soup() and
> polygon_soup_to_polygon_mesh(). A subsequent call to
> is_polygon_soup_a_polygon_mesh() return true, but the mesh produced is
> not closed. This also creates problems when using other functions of the
> package, such as
>
> is_outward_oriented()/reverse_face_orientations(). Also using
> stitch_borders did not improve the mesh.
>
> Is this the expected behaviour of the functions?
>
> Thanks,
>
> Claudio
>
>
>

--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss


Attachment: soup.off
Description: Binary data




Archive powered by MHonArc 2.6.18.

Top of Page