> > The "data" component and the "Kp" component are pointing on the same >"narray1" array for Static Pressure. The "Pi/Pi0" component is pointing >on the "narray2" array for Total Pressure. My net gives pictures colored >from the "Kp" component, but when I add the "Mark" module between >"Import" and "Color" to change the default data array for the "Pi/Pi0" >component, the "Color" modules complains : > >Color : Bad parameter, missing data dependent attribute > >
Each object that is going to be used as a "data" component must have a data "dep" clause defined for it. You probably left one out. something like: object blah blah numbers (or file pointer) attribute "dep" string "positions" Chris Pelkie Vice President/Scientific Visualization Producer Conceptual Reality Presentations, Inc. 30 West Meadow Drive Ithaca, NY 14850 [EMAIL PROTECTED]
