Hello, I am getting an error often, but not exclusively, when I try to import 3-D unstructured data from a .dx file. I specify positions, connections, and data on the nodes, and in generating the field at the end, the line
component "data" value 3 gives an error of "Invaid data: bad object number or name for component / file 'filename.dx' line ## / line too long" I can compare my file to the example and it seems identical; the data object is declared with: object 3 class array type float rank 0 items ## data follows And the data is stored in a tabbed sequential array. Some datafiles I generate work just fine, others give me this error no matter what I do. Any suggestions? Adrian Wheelock
