At 03:37 AM 6/11/2004, you wrote:
you can see my 2D mesh made up with tubes and it is coloured at its middle. I
have attached the file! The problem is that we do not want the 3rd dimension to
appear as a color on the mesh but as a third axis! How can we achieve this and
how can we "write" the above script graphically?

I still think you want to use RubberSheet. Change the script to:

data = Import("fct0-x.dx", format = "dx");
rubber = RubberSheet(data);
connections = ShowConnections(rubber);
#connections = AutoColor(connections);
tubes = Tube(connections, 0.08);
camera = AutoCamera(tubes, "off diagonal");
image = Render(tubes, camera);
Display(image);

Attached is the network to do this and another 3D view of the data. Note the positions "shape" in the data file you sent needs to be changed from 3 to 2.

Jeff 

Attachment: fct.net
Description: Binary data

Reply via email to