[Paraview] Re: Re: python scripting inside Paraview

Robert Maynard thorin.hax at gmail.com
Fri Jun 15 09:15:19 EDT 2007


Could you provide an example of creating a PolyData that stores a thousand
lines, inside a python script?

---------- Forwarded message ----------
From: "Berk Geveci" <berk.geveci at kitware.com>
To: "Utkarsh Ayachit" <utkarsh.ayachit at kitware.com>
Date: Wed, 13 Jun 2007 21:23:13 -0400
Subject: Re: [Paraview] Re: python scripting inside Paraview
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/paraview/attachments/20070615/3e9e8a23/attachment.html


More information about the ParaView mailing list