Re: [opendx-users] Choosing the data array

2000-09-08 Thread GRENON Richard
Thanks everybody for your help. In fact no attribute clause was defined in my data file, and it was working only with the array pointed to by the "data" field component. Now I have put an attribute "dep" clause for each data array and "Mark" is working as expected. Best regards -- Richard GRENO

Re: [opendx-users] Choosing the data array

2000-09-07 Thread David Thompson
In your native dx file, you need to be sure to add a dep attribute for the other components. For the 'data' component, you must have put the following: attribute "dep" string "positions" You must add this same line to your other components as well. Then your Mark will work just as you expect.

Re: [opendx-users] Choosing the data array

2000-09-07 Thread Chris Pelkie
> > 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" a

[opendx-users] Choosing the data array

2000-09-07 Thread GRENON Richard
Hello everybody, I am now able to build a net and to get pretty pictures of my own datas, but I have still some problems in understanting the DX data structure and the way to choose from a field the data array to be used for coloring an object. Any help would be greatly appreciated. My datas ar