Re: [Paraview] Delaunay 3D filter too slow

2013-09-26 Thread 庞庆源
My points are not Uniform distribution.They take from intersections of 89 wefts and 180 warps.So the points are intensive at poles and sparse at equator.Is this the problem? 2013/9/25 Moreland, Kenneth kmo...@sandia.gov That is strange. I cannot replicate your problem. I used a point source

Re: [Paraview] Paraview Programmable Source 3D Text

2013-09-26 Thread Willi Karel
Dear Utkarsh, would it be possible to synchronize the transform of the rendered texts to the transform of the camera, such that the planes in which the texts lie stay normal to the viewing direction? I'm aware of vtkFollower, but I'm not sure if it is applicable / how to make use of it in the

Re: [Paraview] Export image without background

2013-09-26 Thread David Lonie
Hi Roberto, To remove the background, uncheck the Draw background and Rasterize 3D geometry checkboxes in the Export Options dialog that appears after setting the filename. Dave On Thu, Sep 26, 2013 at 6:53 AM, Roberto Di remigio roberto.diremi...@gmail.com wrote: Dear all, is there a way

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

2013-09-26 Thread Samuel Key
Yusuke-san, I am very sorry; I am not a LS-Dyna user and therefore not so familiar with how one directs LS-Dyna to write the stress component array [Sigma_ij] to the d3plot-file. [Sigma_ij] is the 3x3 symmetric array | Sigma_xx Sigma_xy Sigma_xz | | Sigma_xy Sigma_yy Sigma_yz | | Sigma_xz

Re: [Paraview] My own filter as part of pipeline for coprocessing raises name not defined error

2013-09-26 Thread David E DeMarle
I think that information is out of date. I believe that is done automatically now. Otherwise Andy is right. Putting the filter inside a plugin a good way to go. The plugin infrastructure will make it so that when you provide the XML that describes your vtk class, ParaView's build system will

Re: [Paraview] Delaunay 3D filter too slow

2013-09-26 Thread Moreland, Kenneth
I doubt that would make a difference. I just tried a bimodal distribution using two point sources, and the filter still executed in about the same amount of time. So what version of ParaView are you using? Are you using a binary downloaded from paraview.org or did you build your own? -Ken

Re: [Paraview] My own filter as part of pipeline for coprocessing raises name not defined error

2013-09-26 Thread David E DeMarle
Utkarsh pointed out that you still need to follow http://www.paraview.org/Wiki/ParaView/Plugin_HowTo#Plugins_in_Static_Applications when the plugin is external to ParaView. If you put your plugin inside ParaView/Plugins, then it is done automatically. David E DeMarle Kitware, Inc. RD Engineer 21

Re: [Paraview] quadratic elements (hex20 and tetra10)

2013-09-26 Thread Berk Geveci
ParaView supports both. See http://www.vtk.org/VTK/img/file-formats.pdf The file format that you are using may not support it however. -berk On Wed, Sep 25, 2013 at 11:54 AM, Hsieh, Kuo T k.hs...@cem.utexas.eduwrote: Currently I am using paraview version 3.98.1 on window environment and

Re: [Paraview] Paraview Programmable Source 3D Text

2013-09-26 Thread Utkarsh Ayachit
Alas, that's not easy to do, if at all possible, with Python source. On Thu, Sep 26, 2013 at 5:48 AM, Willi Karel w...@ipf.tuwien.ac.at wrote: Dear Utkarsh, would it be possible to synchronize the transform of the rendered texts to the transform of the camera, such that the planes in which

Re: [Paraview] My own filter as part of pipeline for coprocessing raises name not defined error

2013-09-26 Thread Hong Yi
Thanks! I did put my plugin inside ParaView/Plugins in the same way as other Plugins, and enabled it when building ParaView superbuild on Titan. I can see the static lib for the Plugin is built in paraview-build/lib directory. And yes, I did use a plugin and load it via Tools|Manage Plugins

[Paraview] xml file parsing

2013-09-26 Thread Mike Johnson
Hi, I'm a hopeless programing novice. I have been provided some numerical data in a .xml file and don't know the correct reader to use. Trial and error has not been successful. The data is in a lattice framework with axis and vectors. Any advice? Mike Johnson, USAF