[Paraview] Delaunay 3D filter too slow

2013-09-24 Thread 庞庆源
I have a lot of points taking sample from a solid sphere.So I want to use Delaunay 3D filter to render the shpere with known scalars of the points.But it took me so much time.What should I do? -- 庞庆源 pangqingyuan1...@gmail.com ___ Powered by

[Paraview] Fwd: outline source in pvbatch

2013-09-24 Thread Utkarsh Ayachit
Here's the correct BUG report : http://paraview.org/Bug/view.php?id=14293 Utkarsh On Tue, Sep 24, 2013 at 10:20 AM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: Ouch, that's nasty. Incidentally, the Outline filter and Outline source have the same name and hence the Python script is

[Paraview] Building Paraview against Enthought Canopy Python on Mac OS 10.8.5

2013-09-24 Thread Ryan Abernathey
Dear Paraview Community, This is mostly just a description of my experience successfully building Paraview. However there is one outstanding issue involving RPATH (described at the end) that I would greatly appreciate some advice on. I use what is probably an increasingly popular platform for

Re: [Paraview] How to indicate the pressure data in paraview ( I use LS-DYNA)

2013-09-24 Thread Samuel Key
Yusuke-san, If the components of the stress tensor supplied by the LS-DYNS d3plot file have the following names: Sigma_XX, Sigma_XY, Sigma_XZ, Sigma_YY, ... then one can use the Calculator filter with the formula Pressure = (Sigma_XX + Sigma_YY +

Re: [Paraview] Delaunay 3D filter too slow

2013-09-24 Thread Moreland, Kenneth
Your options are probably either to wait or do something else. Delaunay triangulation is a pretty heavyweight operation and in general it is not trivial to impose a topology on a collection of points. You might rethink whether you really need to create a solid sphere in the first place. I'm

Re: [Paraview] outline source in pvbatch

2013-09-24 Thread Utkarsh Ayachit
Joe, The property name is Bounds, not SetBounds, you just want to do something like the following instead: Outline1.Bounds = [0, .75, 0, 0.75, 0, 1] On Tue, Sep 24, 2013 at 12:30 PM, joseph insley ins...@anl.gov wrote: Thanks, Utkarsh, This did solve the problem with creating the Outline

Re: [Paraview] outline source in pvbatch

2013-09-24 Thread joseph insley
Ah, right.. I had been looking at the C++ docs. Thanks again, Utkarsh, joe On Sep 24, 2013, at 11:54 AM, Utkarsh Ayachit wrote: Joe, The property name is Bounds, not SetBounds, you just want to do something like the following instead: Outline1.Bounds = [0, .75, 0, 0.75, 0, 1] On Tue,

Re: [Paraview] Improving the resolution of a wireframe plot

2013-09-24 Thread Colin McAuliffe
Sorry for the confusion. I was not referring to the resolution of the mesh itself, but the resolution of the lines in the wireframe. These lines appear pixellated, especially when zoomed, which is what I meant by offset. Is there a way to improve this? And if so can it also be done from a

Re: [Paraview] Improving the resolution of a wireframe plot

2013-09-24 Thread Moreland, Kenneth
OK, it sounds like you are referring to the aliasing problem with the rendering of the lines. ParaView is (should be) rendering the lines at one pixel width and drawing the lines using an integer step interpolation scheme (for example, Bresenham's algorithm). The problem is that if you look close,

[Paraview] Use Off-screen Rendering for Screenshots - Mac

2013-09-24 Thread Scott, W Alan
On my Mac, and on a user's Mac, Use Off-screen Rendering for Screenshots is grayed out. Any idea why? This is with 4.0.1. Thanks! Alan ___ Powered by www.kitware.com Visit other Kitware open-source projects at

Re: [Paraview] Use Off-screen Rendering for Screenshots - Mac

2013-09-24 Thread Utkarsh Ayachit
Since we don't support offscreen for screenshots on OsX. There is not need. The default OpenGL drivers work correctly when capturing screenshots even with overlapping windows which is the main reason for offscreen-for-screenshots setting. Utkarsh On Tue, Sep 24, 2013 at 9:11 PM, Scott, W Alan

Re: [Paraview] [EXTERNAL] Re: Use Off-screen Rendering for Screenshots - Mac

2013-09-24 Thread Scott, W Alan
Ah, thanks for the explanation. My user says, and I have not verified, that the screensaver is messing up her movies. She is on a mac. Alan From: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] Sent: Tuesday, September 24, 2013 7:15 PM To: Scott, W Alan Cc: paraview@paraview.org Subject:

Re: [Paraview] [EXTERNAL] Re: Use Off-screen Rendering for Screenshots - Mac

2013-09-24 Thread Scott, W Alan
I just tried, and the Mac seems to do the right thing even with the screensaver on. Alan From: paraview-boun...@paraview.org [mailto:paraview-boun...@paraview.org] On Behalf Of Scott, W Alan Sent: Tuesday, September 24, 2013 7:17 PM To: Utkarsh Ayachit Cc: paraview@paraview.org Subject: Re: