[Paraview] naming Zones in VTK

2011-10-14 Thread p.p pyloth
Is it possible to name  surace zones in VTK ascii file  that can be latter opened at paraview Just like inlet surface zone , wall surface zone etc My problem flow past a sphere(hollow)   I want to Chane the color of these sphere surface inside the flow field .  Is it possible Also is it

Re: [Paraview] FW: Dayton

2011-10-14 Thread Robert Maynard
Hi, VTK supports facet files with the vtkUGFacetReader which has not been exposed in ParaView. I don't have any experience with the reader but I don't see why we can't expose it. On Thu, Oct 13, 2011 at 9:04 PM, Moreland, Kenneth kmo...@sandia.gov wrote: Does ParaView support .facet files?  

Re: [Paraview] FW: Dayton

2011-10-14 Thread Robert Maynard
You can create an xml plugin that exposes the reader in ParaView. You should read the wiki page on this at: http://www.vtk.org/Wiki/ParaView/Plugin_HowTo#XML_Only On Fri, Oct 14, 2011 at 9:33 AM, Micah North micah.no...@matrixresearch.com wrote: Robert, Is there a way that I can expose it.  I

Re: [Paraview] FW: Dayton

2011-10-14 Thread Robert Maynard
Sure give me a couple of minutes. On Fri, Oct 14, 2011 at 9:45 AM, Micah North micah.no...@matrixresearch.com wrote: Robert, Do you have an example file that I could use to build off of.  I have almost no programming experience.  I would really appreciate it. Micah On 10/14/11 9:40 AM,

Re: [Paraview] FW: Dayton

2011-10-14 Thread Robert Maynard
Hi, Currently in ParaView you can't expose a new reader with a pure XML based plugin. I have added the feature to mantis so you can track the feature ( http://paraview.org/Bug/view.php?id=12657) In the meantime you will have build your own plugin which will require you too build your own version

Re: [Paraview] FW: Dayton

2011-10-14 Thread pat marion
You can use the python console instead of a plugin, if you want. Open the python console under the Tools menu and execute: filename = foo.facet import vtkIOPython r = vtkIOPython.vtkUGFacetReader() r.SetFileName(filename) r.Update() t = TrivialProducer()

Re: [Paraview] FW: Dayton

2011-10-14 Thread Moreland, Kenneth
I also added a bug to add a facet reader to ParaView. Per Robert's comments, it should be easy to add. http://paraview.org/Bug/view.php?id=12658 -Ken From: pat marion pat.mar...@kitware.commailto:pat.mar...@kitware.com Date: Fri, 14 Oct 2011 18:54:07 -0400 To: Robert Maynard

[Paraview] vtkODBCDatabase and Oracle

2011-10-14 Thread Nehme Bilal
Hello all, I am trying to create a ParaView reader (or source) that uses vtkODBCDatabase to connect and read data from an Oracle Database. I compiled ParaView with : VTK_USE_ODBC ON ODBC_INCLUDE_DIRECTORIES C:/Program Files (x86)/Microsoft SDKs/Windows/v7.0A/Include ODBC_LIBRARY C:/Program Files