[vtkusers] Numeric instability of FindClosestPoint from vtkCellLocator?

Andy Bauer andy.bauer at kitware.com
Sat Sep 12 08:52:06 EDT 2015


If you're looking for points you probably want to use vtkPointLocator
instead of vtkCellLocator.

On Sat, Sep 12, 2015 at 4:09 AM, oyster <sancho at whu.edu.cn> wrote:

> The bounds of the surface model is about {-78,78, -78,78, 0, 60}, and the
> sample vertices is about 2400. In such a configuration, gaps between
> incident vertices is about 160/2400=0.0666, and I set the celllocator's
> tolerence to 1e-30.
> However, a tol with 1e-6 and 1e-30 generates different point sets; And
> every
> time I go through a different loop, points with different positions got,
> every time. Though they all lie on the surface through a quick visual
> examine.
>
>
>
>
> --
> View this message in context:
> http://vtk.1045678.n5.nabble.com/Numeric-instability-of-FindClosestPoint-from-vtkCellLocator-tp5733872p5733873.html
> Sent from the VTK - Users mailing list archive at Nabble.com.
> _______________________________________________
> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20150912/78cdca09/attachment.html>


More information about the vtkusers mailing list