From: Jonathan S. <jjs...@sb...> - 2005-11-30 22:38:56
|
Fabian I am not really sure what you are asking, perhaps because I do not know what 'tecplot' is or what its data is for. The octaviz functions (vtk_something) are attempts to mimic high-level plotting commands that are available in Matlab. Is there something in Matlab that you like that isn't yet in Octaviz? Please point that out, and we can try to implement it. Octaviz does allow you to use VTK objects and manipulate them. The ClipCow.m example uses vtkCutter, so you can look at that if that is what you want. Jonathan Fabian Braennstroem wrote: > Hi, > > I'm still using it :-) > > Right now, I have some trouble to display some 'tecplot' > formated data using octaviz. One problem is, that their > exist no reader in vtk for it. To get around that I would > load the data into octave and display the data using pcolor, > but that just would work in Matlab nicely. > > Anyways, to get all simulation results in the same vtk-style > I am looking for a vtk-function, which replaces 'pcolor'. In > my point of view, the vtkCutter is the right modul, but I > don't know, how I can get my data into it!? There does not > exist a 'vtk_cutter' function similar to pcolor in octaviz, > doesn't it? > > Best Greetings! > Fabian > > |