[Paraview] Vector with more than 3 components?

2014-01-24 Thread Christoph Grüninger
Hi ParaView, multicomponent point data for ParaView is written as 'vector' data with the desired number of components. In case numberOfComponents!=3 loading such data in ParaView results in permanent warnings. According to the following ParaView bug-report this can be avoided by using the 'scalar'

[Paraview] Python - Access the name of blocks in a MultiBlockDataSet

2014-01-24 Thread Aurélien Marsan
Dear all, I do not find the command in order to get the names of blocks included in a MultiBlockDatSet. Does anyone knows it ? Many thanks, Regards, A. Marsan ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitw

Re: [Paraview] Python - Access the name of blocks in a MultiBlockDataSet

2014-01-24 Thread Paul Edwards
Not sure if there is anything easier but this should work: input.GetMetaData( *BLOCK_INDEX* ).Get(vtk.vtkCompositeDataSet.NAME()) Regards, Paul On 24 January 2014 16:04, Aurélien Marsan wrote: > Dear all, > > I do not find the command in order to get the names of blocks included in > a M

[Paraview] Master cmake error

2014-01-24 Thread mathieu . westphal
Hello i've just cloned the git repo I can't event configure , i've got the followings errors : CMake Error at CMakeLists.txt:537 (include): include could not find load file: vtkModuleAPI CMake Error at CMakeLists.txt:538 (include): include could not find load file: vtkModuleM

Re: [Paraview] Master cmake error

2014-01-24 Thread Utkarsh Ayachit
I think you're missing the VTK submodule...do the following in the ParaView git source dir > git submodule update --init Utkarsh On Fri, Jan 24, 2014 at 3:07 PM, wrote: > Hello > i've just cloned the git repo > I can't event configure , i've got the followings errors : > CMake Error at CMake

Re: [Paraview] Python - Access the name of blocks in a MultiBlockDataSet

2014-01-24 Thread Magician
Hi Aurélien and Paul, Check the entry: > 1. Get the blocks' names with > [source].GetDataInformation().GetCompositeDataInformation().GetName() I think it's not easy to get indices of blocks. Magician On Jan 25, 2014,

Re: [Paraview] Animation Speed of 2D/3D View

2014-01-24 Thread Magician
Hi Ken, Thanks a lot. The method works good. Magician On Jan 20, 2014, at 7:21, Moreland, Kenneth wrote: > Open up the animation view (Views -> Animation View), change the mode to real > time, and set the duration to the number of seconds you want the animation to > last. There are more d

Re: [Paraview] Scene exporter development : Information and resources

2014-01-24 Thread Nicholas Yue
On 21/01/14 1:56 AM, Utkarsh Ayachit wrote: Nicholas, There's not much to it once you have the vtkExporter subclass ready. For making that exporter available in ParaView, you create a XML putting the definition under the "exporters" group. The proxy definition should use a (http://www.paraview.o