Haven't used DX for a while (so this is from what I remember) but
couldn't you
- extract the indices from your input field
- use the 'compute' module to assign different values based on the indices
- feed this into the autocolour module
This would only work if the regions of different values are easily
described in some formula. If they are not you could extract the regions
(using 'include'), 'color' with the correct colour and 'collect' the
results.
good luck,
Mattijs
Krasi wrote:
Hi all,
I am having my mesh data (positions and connections) written in native
(dx) file format and I need to color different parts of my mesh in three
different colors. I know exactly the relative numbers of nodes
(respectively elements) for these colors and was trying to find a way to
produce an image, unfortunately without any success until now. Could
someone point me to the right direction, at this stage I am feeling
completely lost.
Any help will be greatly appreciated!