a = Mark(yourData, "positions");
b = Compute(a, a.0);
c = Include(b, 5, 10);
d = Unmark(c);

so to continue so you can clip y and z, do the following

e = Mark(d, "positions");
f = Compute(a, a.1);
g = Include(f, ymin, ymax);
h = Unmark(g);

... on to z.

David


David,

Thanks for your suggestion and it has definitely pointed me in the right direction. What I am still not able to figure out is how to relate "d" (in your network snippet below) back to the y and z coordinates - Compute is passing only the x coordinates to Include. I can't include y and z in this Compute because then they will be operated on by the same Include, which won't work with the coordinates of the data and besides I would like to "clip" those axes independently. And having separate Computes and Includes for the x and y coordinates is not working, at least not the way that I have the network constructed.

Thanks for your help,
Karl


--
.............................................................................
David L. Thompson                   Visualization and Imagery Solutions, Inc.
mailto:[EMAIL PROTECTED]    5515 Skyway Drive, Missoula, MT 59804
                                    Phone : (406)756-7472

Reply via email to