<div>Hi, </div>
<div> </div>
<div>A new thing I don&#39;t know how to do with Paraview.</div>
<div>I have written a personnal reader, that creates vtkStructuredGrid from files written in so called format &quot;v3d&quot;. So I&#39;m able to construct a MutliBlockDataSet, that is composed of all the Blocks I&#39;m working with. </div>

<div> </div>
<div>I would like to use &quot;Programmable Source&quot;, so we don&#39;t need to write the file on the disk before to open it with Paraview. </div>
<div>Does &quot;Programmable Source&quot; work with MultiBlockDataSet ? I don&#39;t see this class in the Output Data Set Type that we can choose... </div>
<div> </div>
<div>And is it correct if I write in the Script of the Programmable Filter :</div>
<blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
<div>from perso import *</div>
<div>multiblock = MultiBlockDataSetFromV3D(.....)</div>
<div>self.GetOutput().DeepCopy(multiblock)</div></blockquote>
<div>Thanks for help. </div>
<div> </div>
<div>A.MARSAN</div>