[vtkusers] Interpolate scalar array in vtkClipClosedSurface's extracted slice

David Gobbi david.gobbi at gmail.com
Tue Mar 20 13:52:53 EDT 2012


The PassPointDataOn() method might be what you are looking for.

Is your original mesh an FEM (i.e. filled mesh) or is it just a
surface?  If it is an FEM, then vtkClipDataSet might be a better
choice than vtkClipClosedSurface.

Another option if the original data is an FEM is to subdivide the
clipped surface, and then apply vtkProbeFilter as suggested by
Darshan.

 - David


On Tue, Mar 20, 2012 at 11:28 AM, Darshan Pai <darshanpai at gmail.com> wrote:
> i think you should look into vtkProbeFilter.
>
> Regards
> Darshan
>
>
> On Tue, Mar 20, 2012 at 12:34 PM, sebastian ordas
> <sebastian.ordas at gmail.com> wrote:
>>
>> Dear VTK list,
>>
>> I´m successfully using the vtkClipClosedSurface filter in my application:
>>
>> http://ScrnSht.com/nzzhnl
>>
>> Now I would like to have the scalar array in my input mesh, interpolated
>> in the extracted slice:
>>
>> http://ScrnSht.com/zcifwn
>>
>> Is it possible to do that with the current version of
>> vtkClipClosedSurface?
>>
>> thank you!
>> sebastian
>>
>> _______________________________________________
>> 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
>
>
>
> _______________________________________________
> 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
>



More information about the vtkusers mailing list