[Paraview] How to display the cellNormals as vectors?

2013-04-15 Thread Pieter Barendrecht
Hi all, I have just imported a 3D parametric surface in Paraview (from a .VTU file generated by a Python script), and I'm wondering how to display the cellNormals as actual vectors. Since a cellNormal has an X, Y and Z component, it should be possible to use these three scalar values to create

Re: [Paraview] How to display the cellNormals as vectors?

2013-04-15 Thread Berk Geveci
Does the file actually contain normals? I am guessing not. In that case, do: Extract Surface Generate Surface Normals Glyph If you had a vtp file (polydata) instead of vtu (unstructured grid), you wouldn't need to Extract Surface. -berk On Mon, Apr 15, 2013 at 7:27 PM, Pieter Barendrecht wrote

Re: [Paraview] How to display the cellNormals as vectors?

2013-04-15 Thread Pat Marion
ParaView does a weird thing, in the "Color By" drop down menu, it show an array named "cellNormals" but this array doesn't actually exist on the data object, and it doesn't appear in the information tab. So, as Berk said, you should apply the Generate Surface Normals filter, and make sure you chec

Re: [Paraview] How to display the cellNormals as vectors?

2013-04-16 Thread pieter
Hi Pat, Berk, Thanks for your replies. Displaying the cellNormals works fine now, but I still can't select the normals computed in my Python script from the dropdown menus in the Glyph filter. I uploaded the relevant .VTU file to my web space, you can find it at http://redpanda.nl/Out.vtu (look f

Re: [Paraview] How to display the cellNormals as vectors?

2013-04-16 Thread Pat Marion
Try the Cell Centers filter. Out.vtu --> Cell Centers --> Glyph. Pat On Tue, Apr 16, 2013 at 10:10 PM, wrote: > Hi Pat, Berk, > > Thanks for your replies. Displaying the cellNormals works fine now, but I > still can't select the normals computed in my Python script from the > dropdown menus i