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

sebastian ordas sebastian.ordas at gmail.com
Tue Mar 20 14:31:33 EDT 2012


thank you Darshan and David,

the input mesh is just a surface and "PassPointDataOn()" worked very 
well as you can see: http://ScrnSht.com/mafftj

thank you!

On 3/20/2012 2:52 PM, David Gobbi wrote:
> 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