Could you provide an example of creating a PolyData that stores a thousand lines, inside a python script?<br><br>---------- Forwarded message ----------<br>From:&nbsp;&quot;Berk Geveci&quot; &lt;<a href="mailto:berk.geveci@kitware.com">
berk.geveci@kitware.com</a>&gt;<br>To:&nbsp;&quot;Utkarsh Ayachit&quot; &lt;<a href="mailto:utkarsh.ayachit@kitware.com">utkarsh.ayachit@kitware.com</a>&gt;<br>Date:&nbsp;Wed, 13 Jun 2007 21:23:13 -0400<br>Subject:&nbsp;Re: [Paraview] Re: python scripting inside Paraview
<br>It
looks like there is a memory issue somewhere. We will track it.
However, I have to say that creating 1000 individual line sources and
200 sphere sources, all of which have displays, is not a common use
case for ParaView or VTK and is not something that will be efficient
anytime in the future. I suggest finding an alternative way of doing
this. For example, it would be way more efficient to have 1 source that
takes a list of point tuples and creates one vtkPolyData that has all
of the lines. Same is true for spheres.