<div dir="ltr"><div><div><div><div>Hi ,<br><br></div>I have executed the following code in VTKPYTHON interpreter. (6.2 version)<br><br>=================================<br>>>> from vtk import *<br>>>> obj=vtkFloatArray()<br>>>> obj.SetNumberOfValues(5)<br>>>> obj.SetValue(0,1)<br>>>> obj.SetValue(1,2)<br>>>> obj.SetValue(2,3)<br>>>> obj.SetValue(3,4)<br>>>> obj.SetValue(4,5)<br>>>> obj.SetValue(5,6)<br>>>> obj.GetRange()<br><b>(0.0, 0.0)</b><br>===========================<br><br><br></div>From the above code, it can be seen that the GetRange() function is not working properly.<br></div>Although, the range of "obj" is (1,6), it is printing incorrectly as (0,0).<br><br></div>Could any1 pls help me in solving this.<br><br><div><div></div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><font color="#ff0000"> </font><font color="#ff6600">Thanks and Regards,</font></div><div><font color="#3366ff"><br></font></div><div><span style="color:rgb(51,102,255)"> Manjunath K E</span><font color="#3366ff"></font></div><div><font color="#3366ff"><span style="color:rgb(241,194,50)"> Help Ever Hurt Never</span><br></font></div><div><font color="#3366ff"> </font></div></div></div></div></div></div></div></div></div></div></div></div></div></div>