joelr
|
1. Hmmm...I thought we were creating circles. Did you add the Connect module after Isosurface? Isosurface gives you rings and Connect fills them in. Also, I forgot to mention, you need to set the "normal" input of Connect to [0,1,0]. 2. To recover the original data values, add Rename(oldname="saved data", newname="data") after Isosurface. 3. As for creating solid rods, I won't say this is impossible, but I don't know how you would do it. If you simply want to put end caps on the Tube so it *looks* solid, you could create the circles (as above) for the min and max Y coordinate, and Collect them together with the tubes before rendering. (Tube actually has an input to specify the type of end cap, but it is non-functional.) If you want truly solid rods, I don't know how you would achieve this...sorry. Cheers, Joel
|