Re: [Paraview] Include grid surface data in vtk file

2016-12-02 Thread David E DeMarle
Yes. The use multi block data set for this. Basically it is a way to group any number of atomic dataset types together. On Nov 30, 2016 10:42 AM, "Christopher Neal" wrote: > Hi, > > Is it possible to write a grid file that contains 3D mesh information as > well as

Re: [Paraview] [EXTERNAL] Duplicate Layouts

2016-12-02 Thread Samuel Key
Tobias, If I understand your desired result, the following should work. (1) Load STL file (2) Make a clip and use red as solid color (3) Add new clip filter to the Original STL datum set and invoke the same clipping sequence

Re: [Paraview] Segmentation fault when starting ParaView

2016-12-02 Thread Andy Bauer
Glad to hear you're up and running again. Also, glad that you figured out that saying to use --dr didn't mess you up more. It should have been -dr. On Fri, Dec 2, 2016 at 9:11 AM, Martin Reitzle < martin.reit...@itlr.uni-stuttgart.de> wrote: > Hi Andy, > > thanks for your swift reply. Disabling

Re: [Paraview] Segmentation fault when starting ParaView

2016-12-02 Thread Martin Reitzle
Hi Andy, thanks for your swift reply. Disabling the PV config file resulted in another error: vtkEventQtSlotConnect (0x1a18b10): Cannot connect NULL objects. However, your remark set me on the right track. The problem was an old PV_PLUGIN_PATH variable which pointed to python plugins that I

Re: [Paraview] Segmentation fault when starting ParaView

2016-12-02 Thread Andy Bauer
This sounds like maybe something with your PV config. Try running with the --dr flag to disable reading in your config file. Cheers, Andy On Dec 2, 2016 5:38 AM, "Martin Reitzle" < martin.reit...@itlr.uni-stuttgart.de> wrote: > Hello everyone, > > I am running into a strange issue and hope

[Paraview] Segmentation fault when starting ParaView

2016-12-02 Thread Martin Reitzle
Hello everyone, I am running into a strange issue and hope someone can help me: I'm compiling ParaView 5.2.0 locally on my openSuse 13.1 system (gcc). Configuring and compiling works just fine. However, as soon as is try to execute ParaView, I immediately end up with a segmentation fault.