Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Surface Mesh Subdivision over a local area

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Surface Mesh Subdivision over a local area


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Surface Mesh Subdivision over a local area
  • Date: Mon, 4 Jun 2018 18:30:11 +0200
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:NW0iJhQE9hv8MZmTCC+eIGveU9psv+yvbD5Q0YIujvd0So/mwa6yYxKN2/xhgRfzUJnB7Loc0qyK6/2mATRIyK3CmUhKSIZLWR4BhJdetC0bK+nBN3fGKuX3ZTcxBsVIWQwt1Xi6NU9IBJS2PAWK8TW94jEIBxrwKxd+KPjrFY7OlcS30P2594HObwlSizexfbN/IA+qoQnNq8IbnZZsJqEtxxXTv3BGYf5WxWRmJVKSmxbz+MK994N9/ipTpvws6ddOXb31cKokQ7NYCi8mM30u683wqRbDVwqP6WACXWgQjxFFHhLK7BD+Xpf2ryv6qu9w0zSUMMHqUbw5Xymp4KB3RRLmiioKOSc1/H3Yh8dtiK5WoA6tqxl5zoXJYo+aKeB+c7vAc90ES2pPXsVfWSJPDYyzbYQAE+UPMP1Er4T/vVYCsQeyCAeuCe7p1zRGhmX23ao/0+k5Hw3IwRIvEMkUv3TPsNX1NbkdUeaox6fOyjXDdfJW2TDh6IPVdhwvoO+DXbV1ccXP1UkvDQPEgFWKpoP5IzOV0f4Nsmie4+ZuSOmijHUnqwV2oji1x8csjZXJipgQylDA7ih5z4M1Kse5SE5/e9KrDJxQtySDOoZwX8gsTWZouCMgxb0Hv562ZDQFyJs9yB7bcfCHdJKI4h3lWe2MIjl4nGpodKyjixu260Stye3xWtOp3FpUrSdJiMTAu3IP2hDL6MWKSeFx8lmu1DuOzQzf9+VJLE4umafZK5MsxKM7mIAJvkTZBCD2nV37jK+IeUUg/eil8+Hnba/npp+YLoN1hBv+Prg3lsyxHOg1MAoDU3KU+eS7073j8kn5T6tQgvIqlanZtYjWJcUdpqGnHw9Yypgv5wq7Aju809kVnWMLIE9bdB+ElYTlJlPDLfLgAfe6mVuskTNrx/7cPr3mB5XANmPDkLPmfbZn6k5czxYzwcpa55JQEbwBL/fzVVXwtNzcFBM2Lwu0w+P/BNVnyoweQX6PArOeMK7KrVCI6fggI+2VaIAIuTb9MOQq5+P1jX8iglIdZqmo3Z4PaH+iBPhmIkOZYWDtgtgbC2sKsBA+H6TWjwiJXjdXInqzRKkh/SoTCYS8DI6FSJr+rqaG2XLxJZBcb3taC12KWVPvbYSDR79MRy+VJ8J9iC0qXLO9TJUwlFvm4BT+zKBmKfaS/ykwupfq1dwz7OrWw0JhvQdoBtiQhjneB1p/mXkFEmJuhfEtkQlG0l6GlJNArbldHN1X6elOV15jZ5HZxu1+Tdv1X1CYJ4vbeBOdWtyjRAoJYJcp2dZXOhRyHtyjilbI2C/4W+ZIxYzOP4Q99+fn51a0J8t5zCyYhqwojl1jXdEXcGP/2fE5+A/UCIrE1U6ekvTyeA==

The "simplest" solution I see is to extract the portion of the mesh
you want to refine and call subdivision on it then you can try to
re-plugin it in the original mesh (after having removed the faces).
It will imply subdividing removed patch boundary to make them match.

If you are only interested in refining, maybe isotropic_remeshing
is the way to go:

https://doc.cgal.org/latest/Polygon_mesh_processing/group__PMP__meshing__grp.html#gad3d03890515ae8103bd32a30a3486412

Sebastien.

On 06/04/2018 06:08 PM, Shankar Kulumani wrote:
Hello,

I have a polyhedron defined as a Polyhedron/Surface_Mesh object.

I'd like to subdivide a specific location of the mesh to have a higher resolution.

It seems the functions operate over the whole mesh rather than a specific area?

Is there a method to define a smaller area, in terms of ids, vertex locations or some other method?

Thank you

Shankar



Archive powered by MHonArc 2.6.18.

Top of Page