Subject: CGAL users discussion list
List archive
- From: Shalev Mintz <>
- To: "" <>
- Subject: RE: [cgal-discuss] Planar Parameterization of Triangulated Surface Meshes
- Date: Mon, 5 Nov 2018 08:23:49 +0000
- Accept-language: en-US
- Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=Pass
- Ironport-phdr: 9a23:/H1BohEeXI9dYQJDvtrti51GYnF86YWxBRYc798ds5kLTJ7ypsiwAkXT6L1XgUPTWs2DsrQY07WQ6/iocFdDyK7JiGoFfp1IWk1NouQttCtkPvS4D1bmJuXhdS0wEZcKflZk+3amLRodQ56mNBXdrXKo8DEdBAj0OxZrKeTpAI7SiNm82/yv95HJbAhEmDiwbaluIBmqsA7cqtQYjYx+J6gr1xDHuGFIe+NYxWNpIVKcgRPx7dqu8ZBg7ipdpesv+9ZPXqvmcas4S6dYDCk9PGAu+MLrrxjDQhCR6XYaT24bjwBHAwnB7BH9Q5fxri73vfdz1SWGIcH7S60/VDK/5KlpVRDokj8KOT4n/m/Klsx+gqFVoByjqBx+34Hbb5qYO+Bicq/BZ94WWXZNUthXWidcAo28dYwPD+8ZMOhFr4nyvV8OogWgBQKxA+3vyzlIhmP33KYn1OkhCgHG0xYkH90QrnTZt8/1O7kIXuCx0qnIzCvMbv1M1Tjh74jEaBEhofWVUL92bMHfx04vFwbfgVWRr4zoJy+a1usXvGif9eZgUvivi2E/pwF+oziv2scsipTSiY4P1l/E8iB5zYAoLtO7UE52edGpHIdKuy2HK4d7QNkuTmNytCs41LEKoYC3cDUUxJg92RLSb+aLf5WM7x/sTuqdPCl0iG99dLKxmRm/8lSsx+j5W8S7zVlGszFKn9zIu30P2Rzf9M2KSvV880ql1juC0hrc5v9ELE8vk6fQNoQvzaQqlpUJtETOBi/2l1vyjK+Rbkgq9ean5fj7brjpv5OSNYB6hhznPqQpgcOwH/40Mg8TX2iH4uu806Dj/UvkT7lQlv02iK7ZsIzEKssHuq65AghV0oA55xa4EjemzNAYnX4ALFJGYh6Ik4/pO1TWLPD5C/ewnUisnS9kyvzaJLHtH4nBI3rZnLrjZ7pw6VBQxBI2zd9F5pJUDr8BIOj0Wk/0rNHYFR85PBaww+n5FtVwzZkeVnyVDa+dLqPSsEGH5+w1L+aQY48Zojf9K/w96/70kXA5gUMdfbWu3ZYPdH+4Ee5pI0GAbXXxg9cBCnsFvhclTOzxk1CCSj5SZ3OqX60m/D07CYSmDZ3CRo+3mrCB0j27TdVqYTUMAV+FFTLkdp6PRuwXQCOUOM5o1DIeH/D1QIAo0VSitRTx1qF8BuvS4CwR85z5gotb/erWwCoy/Dh5EYy40meRXSkghWMBQzIo9LpyqEhjy1qcl6N/xf1cQ48Ar8hVWxs3YMaPh9dxDMr/D1qYL4W5DW2+S9DjOgkfC9c4wtsAeUF4QovwlB3K2zSrDqBTnLvNBZhmq/uAjUi0HN50zjP97Idkl0MvG5UdL2CvgrB++heVDImPkkHLz//3J5RZ5zbE8SK49UTLvExcV1IvA4j4ZyhDI2v79JH+7E6ESKKyA7M6NAcH0dSFNqZBdtzuixNBWevnP9PdJWm2njXpCA==
- Spamdiagnosticmetadata: NSPM
- Spamdiagnosticoutput: 1:99
Thanks Mael.
What I meant by how to choose, was not how to technically specify the vertices for the Seam Mesh once you’ve decided which vertices you would like to add. What I meant was – how do you know which vertices/edges should constitute the Seam? For example, If I have a mesh with 1000 vertices – should the Seam be comprised out of vertices 17, 42 and 999? Or 1,2 and 500? Maybe I should clarify that this should an automatic process, in other words – I cannot manually choose these vertices offline via some graphical software.
Thanks again, Shalev.
From: [mailto:]
On Behalf Of Mael
Hello, For your first question, please see the link to the documentation of the class Seam_mesh, specifically the functions add_seams(), where you specify vertices. These vertices can be specified either as vertices directly, or as indices. Each vertex is by default associated an index, which is its position when you go through the vertices of the data structure, but you can also specify an index map. It's about the same for cone specification, see here. As for self-intersection detection, you can use the package Polygon Mesh Processing, see here. This package also has some work-in-progress and undocumented repair functions (e.g. this one), but it's not guaranteed it will always fix up your meshes. Best, On 04/11/2018 08:51, Shalev Mintz wrote:
|
- [cgal-discuss] Planar Parameterization of Triangulated Surface Meshes, Shalev Mintz, 11/01/2018
- Re: [cgal-discuss] Planar Parameterization of Triangulated Surface Meshes, Mael, 11/02/2018
- RE: [cgal-discuss] Planar Parameterization of Triangulated Surface Meshes, Shalev Mintz, 11/04/2018
- Re: [cgal-discuss] Planar Parameterization of Triangulated Surface Meshes, Mael, 11/05/2018
- RE: [cgal-discuss] Planar Parameterization of Triangulated Surface Meshes, Shalev Mintz, 11/05/2018
- Re: [cgal-discuss] Planar Parameterization of Triangulated Surface Meshes, Mael, 11/05/2018
- RE: [cgal-discuss] Planar Parameterization of Triangulated Surface Meshes, Shalev Mintz, 11/04/2018
- Re: [cgal-discuss] Planar Parameterization of Triangulated Surface Meshes, Mael, 11/02/2018
Archive powered by MHonArc 2.6.18.