Re: [Paraview] Animating the 3D raw binary data in sequence

2012-06-16 Thread Felipe Bordeu Weldt
You can use a xdmf file to describe you data, and put all the files in a time series. It worked for me. Felipe Le 14 juin 12 à 19:02, Rakesh Dhote a écrit : Hi, I am looking for a help in animating the 3D raw binary data files. The files are named as u1.0, u1.1, u1.2, ... and the file

[Paraview] how-to use vtkCleanUnstructuredGrid?

2012-06-16 Thread jean mensa
Hi all, I am trying to clean an unstructured mesh with a python script and I want to use the vtkCleanUnstructuredGrid() filter. What I have now is something that looks like this, ugrid = vtk.vtkUnstructuredGrid() gridreader = vtk.vtkXMLUnstructuredGridReader() gridreader.SetFileName(filename)

[Paraview] Shaky 3D view

2012-06-16 Thread Gregory Lewis-Paley
Using Paraview 3.14.1 64bit, I've been having issues with a shaky, jittery 3D view with tiny 45 point datasets. Any assistance? ___ Powered by www.kitware.com Visit other Kitware open-source projects at

Re: [Paraview] Shaky 3D view

2012-06-16 Thread Utkarsh Ayachit
What are the spatial dimensions of your data? On Jun 16, 2012, at 1:23 PM, Gregory Lewis-Paley g...@xplornet.com wrote: Using Paraview 3.14.1 64bit, I've been having issues with a shaky, jittery 3D view with tiny 45 point datasets. Any assistance?

Re: [Paraview] Shaky 3D view

2012-06-16 Thread Gregory Lewis-Paley
On 12-06-16 02:28 PM, Utkarsh Ayachit wrote: What are the spatial dimensions of your data? On Jun 16, 2012, at 1:23 PM, Gregory Lewis-Paleyg...@xplornet.com wrote: Using Paraview 3.14.1 64bit, I've been having issues with a shaky, jittery 3D view with tiny 45 point datasets. Any

Re: [Paraview] Shaky 3D view

2012-06-16 Thread Alex Rattner
I think Utkarsh is suggesting that you might be suffering from roundoff error. Maybe try recentering your points about (0,0,0) to see if the issue goes away. -Alex On Jun 16, 2012, at 12:55 PM, Gregory Lewis-Paley wrote: On 12-06-16 02:28 PM, Utkarsh Ayachit wrote: What are the spatial

Re: [Paraview] Shaky 3D view

2012-06-16 Thread Gregory Lewis-Paley
Apologies, this is my first time using Paraview and I'm simply using it for some graphics. What would be the best way to go about this? On 12-06-16 03:02 PM, Alex Rattner wrote: I think Utkarsh is suggesting that you might be suffering from roundoff error. Maybe try recentering your points

Re: [Paraview] Shaky 3D view

2012-06-16 Thread Pat Marion
Additionally, for viewing point clouds in ParaView, you will want to go to the ParaView Settings - Render View and uncheck LOD Threshold and set the Coincident Topology Resolution combobox to Do Nothing and then restart ParaView. Pat On Sat, Jun 16, 2012 at 3:22 PM, Gregory Lewis-Paley