<div>Hi, </div>
<div> </div>
<div>A new thing I don'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 "v3d". So I'm able to construct a MutliBlockDataSet, that is composed of all the Blocks I'm working with. </div>
<div> </div>
<div>I would like to use "Programmable Source", so we don't need to write the file on the disk before to open it with Paraview. </div>
<div>Does "Programmable Source" work with MultiBlockDataSet ? I don'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>