Re: [Paraview] set paraview camera to a real camera intrinsic matrix

2012-04-23 Thread Nikhil Shetty
Hi Li, Looks like you may want to set the projection matrix with the intrinsic values. The pv / vtkCamera does not provide an API to do that but there is nothing stopping you from exposing it in your copy of the source. -Nikhil. On Fri, Apr 20, 2012 at 12:31 PM, Li Guan wrote: > Dear all, > >

[Paraview] How to add a custom filter to a pvpython script?

2012-04-23 Thread William Oquendo
Dear all, I have created a custom filter from the gui paraview interface. How can I make it available for batch processing? Although I have added it to the gui Paraview interface, it does not appears after doing something like dir(servermanager.filters) in pvpython . Furthermore, I want to process

Re: [Paraview] Show coordinate position on a slice

2012-04-23 Thread Utkarsh Ayachit
You can do that using a python script/macro (not Python Programmable filter). Have you given that a try? Utkarsh On Sat, Apr 21, 2012 at 8:20 PM, Lorenzo wrote: > Hi all; > is there any way to show the position of a slice on screen? Let's say I > have a slice with x-normal, I'd like to insert a

Re: [Paraview] Show coordinate position on a slice

2012-04-23 Thread Lorenzo
No, I haven't… I hoped there was an "easier" way… I'll give that a try then. Thank you! Il giorno 23/apr/2012, alle ore 16:21, Utkarsh Ayachit ha scritto: > You can do that using a python script/macro (not Python Programmable filter). > Have you given that a try? > > Utkarsh > > On Sat, Apr

Re: [Paraview] libQtHelp.so.4 error

2012-04-23 Thread Utkarsh Ayachit
Try running ParaView as: > LD_DEBUG=libs ./bin/paraview ~/Kitware/ParaView3/ParaViewBin Pipe the output to a file and look at the output. It should tell you where it's looking for the QtHelp. Utkarsh On Sun, Apr 22, 2012 at 10:39 AM, Magician wrote: > Hi all, > > > I succeeded to build Par

Re: [Paraview] 3D Hole filling Plugin

2012-04-23 Thread David Doria
On Sat, Apr 21, 2012 at 2:14 PM, Abdullahi Sanusi wrote: > Hi All, > Please how can a I fill holes in my Polydata.  I worked through the > vtkHoleFillFilter documentation and tried to create ParaView plugin to fill > the in my data but it did not work for me as expected. I get back the same > inpu