Re: [Paraview] Show custom cube axes annotations

2012-11-19 Thread Felipe Bordeu
Perfect, Thanks very much for all the help, I finally succeeded to create the filter. I can transform my data (for example, expand one dimension ) and keep the originals labels. Thanks again, Felipe Here is a screen-shot:

Re: [Paraview] Show custom cube axes annotations

2012-11-19 Thread Sebastien Jourdain
Hi Felipe, if you are willing to contribute your changes to VTK and the transform filter, I'd be pleased to integrate them. Thanks, Seb PS: You can send me a formatted patch if you want. On Mon, Nov 19, 2012 at 11:33 AM, Felipe Bordeu felipe.bor...@ec-nantes.frwrote: Perfect, Thanks

Re: [Paraview] Show custom cube axes annotations

2012-11-18 Thread Sebastien Jourdain
Hi Felipe, Lets state what we know. U,V and W are 3 unit vectors that describe which axis should be used by the cube axis. OrientedBounds are 6 values describing the bounds of the data using the U,V and W vectors. [minU, maxU, minV, maxV, minW, maxW] Then to solve your problem you will have to

Re: [Paraview] Show custom cube axes annotations

2012-11-16 Thread Felipe Bordeu Weldt
Ok, My idea is simple (http://www.paraview.org/Bug/view.php?id=13583). We visualizes data with non convectional axes, so we put that information (name and units) in the labels. Also we want to be able to use the transformation filter to modified the meshes, and we want the axis and labels