[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

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

2014-01-24 Thread Magician
w-requ...@paraview.org wrote: > >> Date: Fri, 24 Jan 2014 11:04:58 -0500 >> From: Aur?lien Marsan >> To: paraview@paraview.org >> Subject: [Paraview] Python - Access the name of blocks in a >> MultiBlockDataSet >> Message-ID: >> >>