[Paraview] Problem with PV rendering

2013-03-04 Thread Сергей Дмитриев
Hello. I had problems with display of figures in ParaView. I put the server with attribute' --multi-clients'; I connected to the server the client of ParaView and the client PVpython; From PVpython I cause cone=Cone () and Show (); After that the figure is displayed in ParaView. The problem in t

[Paraview] Selected proxy value not in the list: Arrow

2013-04-10 Thread Сергей Дмитриев
Selected proxy value not in the list: Arrow Hello, dear friends. I have a problem. I have the channel Python-PVSERVER-ParaView. When i create the ProgrammableSource or one of another sources (From python) and try to Show(), i receive message: Selected proxy value not in the list: Arrow How t

Re: [Paraview] Selected proxy value not in the list: Arrow

2013-04-10 Thread Сергей Дмитриев
ParaView 3.98.1 . ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow th

Re: [Paraview] ParaView Digest, Vol 108, Issue 36

2013-04-11 Thread Сергей Дмитриев
After your strings i having same results: ProgrammableSource was created It is showing... But occurs nothing. Not заполяются the massifs described in a script. Even the elementary scripts like "print 'something'" do not display the message. Only when switching between sources, the message is

Re: [Paraview] Selected proxy value not in the list: Arrow

2013-04-11 Thread Сергей Дмитриев
After your strings i having same results: ProgrammableSource was created It is showing... But occurs nothing. Not заполяются the massifs described in a script. Even the elementary scripts like "print 'something'" do not display the message. Only when switching between sources, the message is d

Re: [Paraview] Selected proxy value not in the list: Arrow

2013-04-15 Thread Сергей Дмитриев
Sorry for my English. Сould you tell me - what kind of activity can cause such mistake? ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and che

Re: [Paraview] collaboration multi-clients

2013-04-15 Thread Сергей Дмитриев
I solve same problem with edit collaboration.py file. Like this: ... from vtkPVClientServerCoreCorePython import * from vtkPVClientServerCoreDefaultPython import * from vtkPVServerImplementationCorePython import * from vtkPVServerImplementationDefaultPython import * from vtkPVServerManagerCorePy

[Paraview] Collaboration between "Python Shell" and "Programmable Source Python Script"

2013-05-12 Thread Сергей Дмитриев
Hello. I make the following data from the "Python Shell" in "Programmable Source" In the "Python Shell" I write the following: src=ProgrammableSource() src.add_attribute('MyArray',[1,2,3]) Show() In the ProgrammableSource Script I write the following: array=self.MyArray print array ##

Re: [Paraview] Collaboration between "Python Shell" and "Programmable Source Python Script"

2013-05-13 Thread Сергей Дмитриев
Sorry, but it is - not what I want to see. Your method will not work quick with huge arrays. I need to access to the arrays. Any ideas? ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/ope

[Paraview] Each new filter in a new layout

2013-07-01 Thread Сергей Дмитриев
Hello! I need to get each new filters superimposed on Programmable Sourсe displayed on a separate layout (Split Vertical/Horizontal). I work with collaboration ability between interpretator Python and ParaView. ___ Powered by www.kitware.com Visit ot

[Paraview] Error when double-clicked when I work in collaboration

2013-10-20 Thread Сергей Дмитриев
Hello my dear friends! I have a big problem. When I try to work with the co-operation, I get an error with follows: "ERROR: In C:\DBD\pvs-x32\paraview\src\paraview\VTK\Parallel\Core\vtkSocketCommunicator.cxx, line 878 vtkSocketCommunicator (09c76FD0): Tag mismatch: got 1, expecting 42000. Do yo

[Paraview] Error when double-clicked when I work in collaboration

2013-10-20 Thread Сергей Дмитриев
P.S. I'm working on windows ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView

[Paraview] Error when double-clicked when I work in collaboration

2013-10-21 Thread Сергей Дмитриев
Hello all my actions on this video. Or on following link: http://youtu.be/c1CvUS1L5pY What can u say about this? ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep

[Paraview] Hello, i need your help

2013-10-24 Thread Сергей Дмитриев
Will work your plugin on windows? If it is, how to compile it? Please help me) ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the Par

[Paraview] Save Geometry form Python Shell

2013-11-01 Thread Сергей Дмитриев
Hello! How to Save Geometry form Python Shell? What command text? ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki a

[Paraview] Error when double-clicked when I work in collaboration

2013-11-05 Thread Сергей Дмитриев
This occurs when making double-click (a selection of cells). I looked in the server log file. The last line, at the time of the error was: ExecuteStream Invoke stream( Invoke id(1) GetVTKObject uint32(2147) ) SelectCells int32(214) int32(306) int32(595) int32(531) . __

[Paraview] Hide Show Line at Glyph

2013-12-12 Thread Сергей Дмитриев
Hello! Want to hide the line - Uncheck "Show Line" on the filter Glyph (GlyphType= 'Line';) Requires uncheck by Python Shell . Not by manual way. ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/openso