Hi,

I am doing some work on visualisation of a tornado dataset we use
for a lab excercise in our group. Given a set of streamlines
starting from a plane I would like to create a surface connecting
all the streamlines at time t. 

We already build a network that isosurfaces the time parameter of
a bunch of streamlines. Together with the Sequencer and Glyph
this makes a very simple particle tracer: 
Grid->Streamline->Mark(time)->Isosurface->UnMark(time)->Glyph

However, each streamline is generated as a separate field.
Therefore, it is not possible to replace the connections
component of the output of the isosurface module with the
connections component of the grid used to start the streamlines.
The output of the Isosurface is a collection of fields with each
one element.

Any ideas on how to merge the fields into one field or a
different approach I could try?

Regards,
Paul

Reply via email to