<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1" bgcolor="#FFFFFF">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">putting the following code in your ScriptRequestInformation should tell ParaView that you can handle sub-divisions:<br>
<br>
executive = self.GetExecutive ()<br>
outInfo = executive.GetOutputInformation(0)<br>
outInfo.Set(vtk.vtkAlgorithm.CAN_PRODUCE_SUB_EXTENT(), 1)<br>
<br>
it is then up to you, to correctly handle UPDATE_EXTENT() and WHOLE_EXTENT() in your Script.<br>
<div><br>
<div class="BodyFragment"><font size="2"><span style="font-size:10pt;">
<div class="PlainText">-----------------<br>
Jean/CSCS<br>
</div>
</span></font></div>
</div>
</div>
</body>
</html>