[vtkusers] Delaunay 2D

Cory Quammen cory.quammen at kitware.com
Tue Jan 5 10:05:37 EST 2016


Matteo,

Sounds like a tough problem. To my knowledge, there is nothing in VTK that
does this.

Maybe you could figure out how to "unwrap" the points so that you can
triangulate them by projecting them to a common plane, then wrap the
resulting triangulation?

HTH,
Cory

On Tue, Jan 5, 2016 at 4:33 AM, Matteo <sendtomatteo at yahoo.it> wrote:

> Hi
> I have some points to be triangulated, but it seems I can not use
> vtkDelaunay2D filter because these points can not processed on the XY plane.
> I also tried to use a vtkTransform to select a different projection plane,
> but this solves only partially the problem, and again the "error" persists.
> This because these points are really in a complex position, so there is
> not a common normal to the interpolated face... you can think to the
> "mobius strip", just to figure out the problem.
> Is there a filter (analog to vtkDelaunay2D), that can solve this?
> Thanks
> Matteo
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Search the list archives at: http://markmail.org/search/?q=vtkusers
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtkusers
>
>


-- 
Cory Quammen
R&D Engineer
Kitware, Inc.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20160105/a15f6ce6/attachment-0001.html>


More information about the vtkusers mailing list