Re: [Paraview] View geometry / boundaries

2012-08-01 Thread Zenker, Dr. Matthias
Hi Karl, I have to additionally load the geometry as stl since the vtk data only contain the temperature distribution as far as I see. Thanks, Matthias -Ursprüngliche Nachricht- Von: Karl König [mailto:kkoeni...@web.de] Gesendet: Dienstag, 31. Juli 2012 20:46 An: Zenker, Dr. Matthias

[Paraview] center line extraction exist?

2012-08-01 Thread Chris
Hello people, I am trying to extract the center line of a vascular model. Does someone know if there is a function, filter,... what can achieve the center line? It would be great if someone can help? Thx, Chris ___ Powered by www.kitware.com Visit

Re: [Paraview] Visualize a curve field

2012-08-01 Thread David E DeMarle
Each polygon in your data file has only two points. They need 3 or more coplanar points and must not be concave for VTK to work with them. Also, the last polygon references point id 3, which doesn't exist. David E DeMarle Kitware, Inc. RD Engineer 21 Corporate Drive Clifton Park, NY 12065-8662

Re: [Paraview] Paraview crashes when reading binary VTK file

2012-08-01 Thread David E DeMarle
If you can post the file, and/or a stack trace. Someone may be better able to help. David E DeMarle Kitware, Inc. RD Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4909 On Thu, Jul 26, 2012 at 11:27 PM, Petr Krysl pkr...@ucsd.edu wrote: Hello, Paraview crashes when

Re: [Paraview] Visualize a curve field

2012-08-01 Thread Sanket Jain
Thanks David. That worked On Wed, Aug 1, 2012 at 5:27 AM, David E DeMarle dave.dema...@kitware.comwrote: Each polygon in your data file has only two points. They need 3 or more coplanar points and must not be concave for VTK to work with them. Also, the last polygon references point id 3,

Re: [Paraview] data interpolation to a 3d surafce

2012-08-01 Thread David E DeMarle
Use the resample with data set filter to put the values from the input field onto the surface mesh source. David E DeMarle Kitware, Inc. RD Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4909 On Mon, Jul 23, 2012 at 3:50 AM, hicham mach hicham.m...@gmail.com wrote: Hi

Re: [Paraview] Import time steps using C++ reader

2012-08-01 Thread Nehme Bilal
Thank you David. I'll look at vtkTimeSourceExample. About the threshold animation, if you animate both threshold sliders, you're most likely not going to see anything: for example if the array contains the values 1,2,3,4,5,6,7,8,...,150 and you animate both sliders of threshold using the sequence

Re: [Paraview] Use Immediate Mode Rendering in batch

2012-08-01 Thread David E DeMarle
In ParaView 3.8, you could call: view = GetActiveView() view.UseImmediateMode = 1 Unfortunately I don't see that in 3.10 and 3.12 and I'm not sure what the modern equivalent is. David E DeMarle Kitware, Inc. RD Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4909 On Wed,

[Paraview] Building Paraview on Mac with MPI and Python

2012-08-01 Thread Pierre-Olivier Dallaire
Hi, I've been trying to build Paraview 3.14.1 from sources with options BUILD_SHARED_LIBS:BOOL=ON, PARAVIEW_ENABLE_PYTHON:BOOL=ON and PARAVIEW_USE_MPI:BOOL=ON. I have a working version of openmpi-1.6 compiled on my machine. However, it seems that the mpi/python module fails to launch during the

[Paraview] Running ParaView on the back end of the cluster

2012-08-01 Thread gklontza
Hi all, I have built paraview from source and run it in a small Gemini cluster with 2 nodes. Each node has 32 AMD CPUs and 2 NVIDIA Tesla M2090 GPGPUs. I'm trying to run the pvserver on the back end with the script file: # Set the shell - bash shell #!/bin/bash # job name (default is name of

Re: [Paraview] Visualize a curve field

2012-08-01 Thread Samuel Key
Greetings Dave, This is a request for a minor(?) alter in a VTK rendering algorithm. Polyhedral finite elements are reaching a level of numerical maturity where their use is likely to become widespread -- and correspondingly an increased desire to display them in ParaView. For convex

Re: [Paraview] Running ParaView on the back end of the cluster

2012-08-01 Thread David E DeMarle
What do the two PBS log files contain? On Aug 1, 2012 11:36 AM, gklontza georgia.klon...@ichec.ie wrote: Hi all, I have built paraview from source and run it in a small Gemini cluster with 2 nodes. Each node has 32 AMD CPUs and 2 NVIDIA Tesla M2090 GPGPUs. I'm trying to run the pvserver on

[Paraview] Incorporating ImplicitPlane widget into ServerManagerXML

2012-08-01 Thread Alex Rattner
Hello, I am trying to develop a compiled paraview filter that takes an input plane/direction vector (like the clip or slice filters). Does anyone know of example code that shows how to incorporate the ImplicitPlane widget into the server manager xml. In particular, I want a way to get the

Re: [Paraview] Visualize a curve field

2012-08-01 Thread David E DeMarle
Put the request on the bug tracker please. It comes up often on the mailing list. It's not been fixed before because we don't want to slow down the common case of rendering convex polygons to find and fix the uncommon case of rendering concave ones. My recollection from discussions on the mailing

[Paraview] Delete selected points through

2012-08-01 Thread Chris
Hallo people, does someone know how to delete parts of the model with the point through option? I tried to isolate cells with Select cells through and an ExtractSelection filter, but it only worked roughly. Therefore the new model model has to be modified. Thx, Chris

Re: [Paraview] Delete selected points through

2012-08-01 Thread Nehme Bilal
Try the Invert Selection check box in selection inspector. Select the cells you want to delete, use Invert selection to select the cells you want to keep and then use Extract Selection filter to delete the cells. Nehme On Wed, Aug 1, 2012 at 2:50 PM, Chris chris.schweigho...@gmx.net wrote:

Re: [Paraview] Delete selected points through

2012-08-01 Thread Chris
Hello thx, but where do I find Invert Selection? Am 01.08.2012 um 21:08 schrieb Nehme Bilal: Try the Invert Selection check box in selection inspector. Select the cells you want to delete, use Invert selection to select the cells you want to keep and then use Extract Selection filter to

[Paraview] How to fill / cap tubular objects?

2012-08-01 Thread Chris
Hallo experts, how is it possible to fill tubular objects? Is the a possibility to do this? Thx, Chris ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages

Re: [Paraview] Delete selected points through

2012-08-01 Thread Nehme Bilal
Selection Inspector (view-Selection Inspector). On Wed, Aug 1, 2012 at 4:06 PM, Chris chris.schweigho...@gmx.net wrote: Hello thx, but where do I find Invert Selection? Am 01.08.2012 um 21:08 schrieb Nehme Bilal: Try the Invert Selection check box in selection inspector. Select the

Re: [Paraview] How to fill / cap tubular objects?

2012-08-01 Thread Alex Rattner
Hi Chris, If you generated them with the vtkTubeFilter you can set CappingOn. The documentation is in: http://www.vtk.org/doc/nightly/html/classvtkTubeFilter.html . You might be able to call this filter in a python script somehow. -Alex On Aug 1, 2012, at 4:19 PM, Chris wrote: Hallo

Re: [Paraview] Incorporating ImplicitPlane widget into ServerManagerXML

2012-08-01 Thread Sebastien Jourdain
Hi Alex, I don't fully understand what you mean but in ParaView the way clip or slice are doing is by using some subproxy that define the plane. I've just paste you both clip and slice proxy definition for convenience. SourceProxy class=vtkPVMetaClipDataSet name=Clip

Re: [Paraview] ParaViewWeb sample web applications does not display 3d contents

2012-08-01 Thread Sebastien Jourdain
Hum... To build ParaView, you just need Python, no gui needed. But as you won't have any X server running as well you will need to configure ParaVIew to use the OSMesa library that you may have compile on your own somewhere. This is what is set for ParaView in the super build. ccmake ../src

Re: [Paraview] ParaViewWeb sample web applications does not display 3d contents

2012-08-01 Thread Sivaramakrishnan, Chandrika
Sebastien, I tried reinstalling Paraview web this time with OSMesa ON and I am still not able to run pvpython on command prompt :( Sorry it took me while because I ran out of disk space on my small VM and had to reconfigure/resize my VM partitions to do a clean build. I deleted the build and

Re: [Paraview] ParaViewWeb sample web applications does not display 3d contents

2012-08-01 Thread Sivaramakrishnan, Chandrika
I can see the 3d content now. There was a typo in the path to PWServer. I fixed that and restarted both apache and tomcat and now I can see 3d image in PWSimple - at under the java and java script column. I see a blue image under Flex. I still can't run pvpython on command line. Though does

Re: [Paraview] Delete selected points through

2012-08-01 Thread Chris
Thank you :) Selection Inspector (view-Selection Inspector). On Wed, Aug 1, 2012 at 4:06 PM, Chris chris.schweigho...@gmx.net wrote: Hello thx, but where do I find Invert Selection? Am 01.08.2012 um 21:08 schrieb Nehme Bilal: Try the Invert Selection check box in selection