[vtkusers] Probing point values

Bill Lorensen bill.lorensen at gmail.com
Wed Sep 12 08:25:47 EDT 2012


WarpVector will move polydata points along a vector. You can control the
amount of displacement with a ScaleFactor.

Here is an example: http://vtk.org/Wiki/VTK/Examples/Cxx/PolyData/WarpVector

Once you have the displaced points, you can use vtkProbeFilter to sample
the volume.


On Tue, Sep 11, 2012 at 11:51 PM, Darshan Pai <darshanpai at gmail.com> wrote:

> I have a polyData . This polydata was generated by the vtkContourfilter
> operation on a volume. The polydata has a closed topology
> Now I want to texture the polydata.
>
> What I need done is that for each point on the polydata I move the point a
> set distance along the normal in the opposite direction and then probe the
> value at that point location within the volume. Is there any way to get an
> updated list of points which are all added by the inverse normal ?
>
> I hope I am clear
>
>
> Darshan
>
> _______________________________________________
> 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
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>
>


-- 
Unpaid intern in BillsBasement at noware dot com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20120912/90554a93/attachment.htm>


More information about the vtkusers mailing list