hi all,

I feel that either there is a bug in paraview 3.14.1, either i miss something about contours :

I have a fluid domain (FluidDomain), i make some slices of type plane.
On these slices, i make a Calculator to normalize my field (velocity for example) let's say the result is named adimVel, then i do a cellDataToPointData.
Until now everything is fine, but if i make a Contour with field adimVel, the contour is done but the field adimVel disappears from the available fields to color my contour.

The only way that works is to create a dummy operation before the contour operation.

Is that a feature or a bug ??

To summerize :

FluidDomain
         |
            Slices
                |
                Calculator
                     |
                    CellDataToPointData
                            |
                            Contour

(working but calculator result disappear from available fields)



FluidDomain
         |
            Slices
                |
                Calculator
                     |
                    CellDataToPointData
                            |
                            Dummy Thresold
                                |
                                Contour

is working properly (with calculator result available for coloring contour)



--        

Luc Bordier
luc.bord...@sirehna.com
Tel : +33 2 51 86 02 93
_______________________________________
SIREHNA
http://www.sirehna.com

1, rue de la Noe
BP 42105
44321 NANTES CEDEX 3

FRANCE
Tel : +33 2 51 86 02 86
Fax : +33 2 40 74 17 36


_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to