[Paraview] Question about programmable data source

2015-05-14 Thread Wu, James
How can I use programmable data source(vtkImageData) to render a volume? There is no Volume item in Representation drop box. Thanks, James ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/

[Paraview] Question about programmable data source

2015-05-13 Thread Wu, James
I add a programmable data source using vtkImageData. The following is the script. There is nothing displayed after click "Apply". I am new user to paraview. Can any point me what's wrong with the script? Thanks, James dim = 10 pdo = self.GetImageDataOutput() pdo.SetDimensions(dim, dim, dim) pdo

[Paraview] Question about ParaView

2015-05-01 Thread Wu, James
Does ParaView supports selection in 3D volume render window? I want to get current mouse clicked x,y,z coordinates. ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please kee