Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] modifying vertex point

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] modifying vertex point


Chronological Thread 
  • From: Mateus Bellomo <>
  • To:
  • Subject: Re: [cgal-discuss] modifying vertex point
  • Date: Thu, 17 Sep 2015 21:38:17 +0000
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:Ma3VbxVNuo2+Mj5Qi7axoQSSiPnV8LGtZVwlr6E/grcLSJyIuqrYZh2Pt8tkgFKBZ4jH8fUM07OQ6PC8Hzdaqs7a+Fk5M7VyFDY9wf0MmAIhBMPXQWbaF9XNKxIAIcJZSVV+9Gu6O0UGUOz3ZlnVv2HgpWVKQka3CwN5K6zPF5LIiIzvjqbpq8GVOF8D3GH1SIgxBSv1hD2ZjtMRj4pmJ/R54TryiVwMRd5rw3h1L0mYhRf265T41pdi9yNNp6BprJYYAu2pN5k+VqFSWTQ6L3gutoqsrgjGVQLJ530GU2xQnAAPGBnA9Bi9X5H/tWzxueN5nSWbJsbrVqtnZTP35KhiTFrkiTwMKiUi2GDRkM15yqxB8zy7oBkq5ofIbZyOfNBzeqfaeNRSEW9IQstMTCZMBoe7aownAO8IPOIepI748Qhd5SCiDBWhUbu8ggRDgWX7iPU3

Thanks for the reply Andreas.

If instead of modifying the vertex coordinates, I remove the vertex and its incidents edges and put the vertex back (and it's edges properly updated) with new coordinates?

Do you think that would update the topology?

It is not a functionality of the arrangement to update the topology when you change the geometry

Best,
Andreas


> On 17 sept. 2015, at 21:46, Mateus Bellomo <> wrote:
>
> Hello,
>
> I'm using Arrangement_2 and trying to modify a vertex point but I think the structure it's not updating information correctly.
>
> I have a quadrilateral grid and I want to move some vertices in this grid to make a distortion. After I move the vertex I have to check if some of it's edges have crossed another edge. For that I have checked the circular order of edges of it's neighbours. But even when I made a movement that created crossing edges this circular order is not changing as it would.
>
> Do you know if after using modify_vertex() function the hole Arrangement_2 structure is updated (including circular order of edges in all vertices) accordingly?
>
> Thanks.

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





Archive powered by MHonArc 2.6.18.

Top of Page