[Paraview] python scripting

2008-10-10 Thread Tomislav Maric
I repeat the process from above, nothing is shown on the vtk window, not even after view.ResetCamera() is called. Thank You, Tomislav Maric ___ ParaView mailing list ParaView@paraview.org http://www.paraview.org/mailman/listinfo/paraview

[Paraview] newbie: OpenFOAM reader, empty view window

2008-11-01 Thread Tomislav Maric
x27;m running OpenSUSE 11, 32 bit and Paraview 3-3-cvs that came with the OpenFOAM installation. I've built it with python support. Thank You, Tomislav Maric ___ ParaView mailing list ParaView@paraview.org http://www.paraview.org/mailman/listinfo/paraview

[Paraview] zoom to data

2008-11-01 Thread Tomislav Maric
t the start, so i have to combine pitch, distance, position and other methods to get it displayed. Thank you, Tomislav Maric ___ ParaView mailing list ParaView@paraview.org http://www.paraview.org/mailman/listinfo/paraview

Re: [Paraview] zoom to data

2008-11-01 Thread Tomislav Maric
omislav, > > It sound's like your not calling ResetCamera(). That should do the > equivalent of 'zoom to data'. If you want your data to fill the whole > window, try playing around with the > servermanager.CreateRenderView().CameraPosition and ViewSize option. > > H

[Paraview] automated animation in python

2008-11-01 Thread Tomislav Maric
Hello everyone, I wrote a script that automates animation of large .vtk data sets that are distributed in timestep directories. When i wrote the script i had to open .vtk data with LegacyVTKFileReader, and it's FileNames attribute is a string representing pathname for a given file in .vtk forma

[Paraview] beginner: dissapearing data in render view window

2008-11-29 Thread Tomislav Maric
the tutorials word by word. I really need help with this, since I would like to use the scripting capability of Paraview to automate animation process of simulation results on a large cluster for my student project. I thought I didn't update the visualisation pipeline, but fro

[Paraview] beginner: paraview python scripting, camera orientation

2008-11-30 Thread Tomislav Maric
Hello, I've noticed that if I make an active camera object view = servermanager.CreateRenderView() camera = view.GetActiveCamera(), there is a method camera.GetOrientation(), and even camera.GetOrientationWXYZ, but no SetOrientation(), or SetOrientationWXYZ(), or even camera.Orientation pr

[Paraview] VTK under ParaView

2009-08-10 Thread Tomislav Maric
Hello everyone, I have Paraview3.4.0 compiled in my local folder, and now I need the location of header and lib directory for VTK so that I can compile another softw. that depends on it (Open Source mesh application engrid). This software requires me to define VTKLIBDIR and VTKINCDIR for libs ans

[Paraview] writing a bunch of polyhedrons

2011-06-29 Thread Tomislav Maric
Hi everyone, I have a list of polyhedrons which have arbitrary shape, and I would like to write them all down into a single .vtk file. I am using the POLYDATA data set. Right now, my option is: init global points init global faces for all polyhedra:    get local points    get local faces

[Paraview] ParaView Binary Installer 5.0 - Linux 64 bit - Scene Export : SVG, EPS and PDF formats missing

2016-02-09 Thread Tomislav Maric
Hello everyone, I am using ParaView 5.0 from the 64 bit binary installer on on Arch Linux. When I click on File->Export Scene, I can't find the SVG, EPS and PDF formats. Is the pre-built binary not linked against gl2ps (http://www.paraview.org/Wiki/ParaView/Vector_Graphics_Export) ? Do I need to

Re: [Paraview] ParaView Binary Installer 5.0 - Linux 64 bit - Scene Export : SVG, EPS and PDF formats missing

2016-02-10 Thread Tomislav Maric
Lonie wrote: > On Tue, Feb 9, 2016 at 11:59 AM, Tomislav Maric > wrote: >> I am using ParaView 5.0 from the 64 bit binary installer on on Arch >> Linux. When I click on File->Export Scene, I can't find the SVG, EPS and >> PDF formats. > Due to differences in the O

[Paraview] Overriding the maximal cylinder source resolution

2017-05-29 Thread Tomislav Maric
Hello everyone, I have exported the paraview trace into the attached script that generates a cylinder source without caps, triangulates and saves an STL file. I have noticed that the cylinder resolution can be prescribed to any number in the python script: ~~~ # create a new 'Cylinder' c

Re: [Paraview] Overriding the maximal cylinder source resolution

2017-06-19 Thread Tomislav Maric
ilter after triangulating it. > > Thanks, > yoshimi > > 2017-05-30 0:06 GMT+09:00 Tomislav Maric <mailto:tomislav.ma...@gmx.com>>: > > Hello everyone, > > > > I have exported the paraview trace into the attached script that >

Re: [Paraview] Overriding the maximal cylinder source resolution

2017-06-19 Thread Tomislav Maric
I think it difficult > to override. > > In order to increase the resolution of the cylinder, one thing you can > try is to apply the loop subdivision filter after triangulating it. > > Thanks, > yoshimi > > 2017-05-30 0:06 GMT+09:00 Tomislav Maric : >> Hello every