I am feeding a vector list and and a value list to 'Construct' and
ultimately with this information I am able to display a nice color contoured
3-d image. I am also able to strip out the maximum value from the value list
with the 'Statistics' module as shown below.
Vector value
List list
| |
| ---------------
| | |
| | |
--------- ----------
CONSTRUCT STATISTICS
--------- ----------
| |
max value
What I want to do is create a glyph on the 3-d image at the point of maximum
value. Any hints?
Gordon