Re: [Paraview] [EXTERNAL] python calculator confusion

2016-06-17 Thread Scott, W Alan
com] Sent: Thursday, June 16, 2016 9:59 PM To: Scott, W Alan Cc: paraview@paraview.org Subject: Re: [Paraview] [EXTERNAL] python calculator confusion Here's what I found: 1. Make sure you set "Array Association" on "Python Calculator" to "Cell Data". 2. The volume

Re: [Paraview] [EXTERNAL] python calculator confusion

2016-06-16 Thread David Thompson
Hi all, > ... > 1. Make sure you set "Array Association" on "Python Calculator" to "Cell > Data". > 2. The volume() code internally uses vtkCellQuality filter. Now, when > I debugged into it, I see that is doesn;t support voxel cell types -- > the cells produced by vtkImageData. Yes, that is an

Re: [Paraview] [EXTERNAL] python calculator confusion

2016-06-16 Thread Utkarsh Ayachit
Here's what I found: 1. Make sure you set "Array Association" on "Python Calculator" to "Cell Data". 2. The volume() code internally uses vtkCellQuality filter. Now, when I debugged into it, I see that is doesn;t support voxel cell types -- the cells produced by vtkImageData. Now is there are reas

Re: [Paraview] [EXTERNAL] python calculator confusion

2016-06-16 Thread Scott, W Alan
And at a more basic level, how do I find the volume of cells in my dataset? Thanks, Alan From: ParaView [mailto:paraview-boun...@paraview.org] On Behalf Of Scott, W Alan Sent: Thursday, June 16, 2016 7:30 PM To: paraview@paraview.org Subject: [EXTERNAL] [Paraview] python calculator confusion I'