Hi,
I have a .general file which describes many sources of pollutants (height, diameter, temperature, exit velocity...). Their number may vary and is around 400. I'd like to represent every sources with a cylinder wih the correct height and diameter, and with color corresponding to the data chosen by the user (temperature, exit velocity, ect...).I've used a Glyph module. I've succeed in representing one cylinder for each source and give it the right color, but I can't manage to give them the right height and diameter.The problem is that I have one only 'unit' cylinder that I send to the type input of Glyph, but the diameter and height data are fields. So when I put a Scale module to deform the cylinder, with the fields height or diameter in input, I've got the error message : ERROR Scale: Bad parameter: scale must be a scalar or a 3-vector I don't want to use a ForEach module because it would make the execution too slow. Any idea would be welcome. Thanks! Emmanuelle Lafont ----------------- Emmanuelle Lafont NUMTECH 6 allée Alan Turing 63175 AUBIERE Cedex
