Good explanation.

Would it be worthwhile creating a filter that exposes them (i.e., coords, 
normals, texture coordinates, etc)  if available, and creates them if not?

Alan

From: David E DeMarle [mailto:[email protected]]
Sent: Friday, May 01, 2015 10:58 AM
To: Scott, W Alan
Cc: [email protected]
Subject: [EXTERNAL] Re: [Paraview] coords not available

Technically it is because VTK treats them differently than other arrays, and 
because for some data types (image data and rectilinear grid) you can't modify 
them without altering the data type and potentially blowing up memory 
consumption in the process.

That said, I've often wanted an easy to use filter that lets you get access to 
these, the normals, and the texture coordinates from the GUI. In practice I've 
always used the python filter to do that.

David E DeMarle
Kitware, Inc.
R&D Engineer
21 Corporate Drive
Clifton Park, NY 12065-8662
Phone: 518-881-4909

On Fri, May 1, 2015 at 12:51 PM, Scott, W Alan 
<[email protected]<mailto:[email protected]>> wrote:
Why aren’t coords available to filters in ParaView?  I have a user that wants 
to threshold on one of the components of coord, and every time he has to use 
the calculator to get at this variable.

Thanks,

Alan



_______________________________________________
Powered by www.kitware.com<http://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 ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview

_______________________________________________
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 ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview

Reply via email to