Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Changing not isolated vertex position

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Changing not isolated vertex position


Chronological Thread 
  • From: Efi Fogel <>
  • To:
  • Subject: Re: [cgal-discuss] Changing not isolated vertex position
  • Date: Thu, 4 Feb 2016 00:02:02 +0200
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:2FbIsBb7vDtITH4ChF7hVZX/LSx+4OfEezUN459isYplN5qZpc+9bnLW6fgltlLVR4KTs6sC0LqJ9fm+EjVau96oizMrTt9lb1c9k8IYnggtUoauKHbQC7rUVRE8B9lIT1R//nu2YgB/Ecf6YEDO8DXptWZBUiv2OQc9HOnpAIma153xjLDtvcSNKFwS3nKUWvBbElaflU3prM4YgI9veO4a6yDihT92QdlQ3n5iPlmJnhzxtY+a9Z9n9DlM6bp6r5YTGfayQ6NtRrNRCHEqMns++dbwnRjFVwqGoHUGAUsMlR8dLgbEpD/9UZr1+n/3uOtz3yaXOeX5SLk1XXKp6KI9G0ygszsOKzNsqDKfscd3lq8O+B8=

You can change the coordinates of the point of a vertex directly, but if the change results with topological changes you end up with an inconsistent state.
It's unclear what exactly you are trying to do. That is, how do you want to deal with topological changes?

   ____  _        ____             _
  /_____/_) o    /__________  __  //
 (____ (   (    (    (_/ (_/-(-'_(/
                         _/



On Wed, Feb 3, 2016 at 10:13 PM, Mateus Bellomo <> wrote:
Hello all,

I have a quadrilateral grid as an Arrangement_2. I'm making some operations in it as moving some vertices with degree 4. To make this operations I'm removing the four edges incident to a vertex v, change the v position and putting back the edges in v with its neighbours. After this operations I want to iterate over the arrangement faces in a certain order, as I defined in the beginning extending DCEL faces and attributing an index. I noticed that my face indices are becoming 0 after the moving operations and I think it's right since I'm merging 4 faces into 1 and then splitting this face in another 4.

I'm wondering if there is a way to move a vertex with degree 4 without changing the four faces adjacent to it.

Thanks

Mateus




Archive powered by MHonArc 2.6.18.

Top of Page