Re: [opendx-users] multiple fields in one file

2001-02-07 Thread Chris Pelkie
Chris was right on his suggestions. What I was missing is that the word end in a dx file means end of file, and not end of object as I thought. Thanks for the help! Manolis In fact end is only required when you do the Header followed by Data format dx file which is usually more trouble than

[opendx-users] multiple fields in one file

2001-02-06 Thread Stamatogiannakis Manolis
Hi, I am using OpenDX 4.1.0 on mdk7.2. I have a dx format file with some points and a color list for the points. I want to have two fields in the same file that use those colors and points, but have different shapes. I want the first field to have quads and the second field cubes. So I created

Re: [opendx-users] multiple fields in one file

2001-02-06 Thread Chris Pelkie
Hi, I am using OpenDX 4.1.0 on mdk7.2. I have a dx format file with some points and a color list for the points. I want to have two fields in the same file that use those colors and points, but have different shapes. I want the first field to have quads and the second field cubes. So I created

Re: [opendx-users] multiple fields in one file

2001-02-06 Thread Stamatogiannakis Manolis
Chris, I did all those things you write, but I keep getting a Bad parameter: input must be group or list when I use the select module. I send attached the .dx and the .net file I use. Am I missing something? Regards, Manolis On Tue, 6 Feb 2001, Chris Pelkie wrote: Have you defined the file

Re: [opendx-users] multiple fields in one file

2001-02-06 Thread Jeff Braun
You are only creating one field. I think this is because you have put an end after the first field. Remove the end after each field and place an end at the bottom of the file after the group is created. I did not see a Print in your simple.net (which you may have deleted). It sure helps to use