C ceaser Active Member Licensed User Dec 6, 2008 #1 Hi Does anybody know of an easy routine to shade a Tin Model different colors in relation to the height of the vertices of each triangle? Thanks Michael
Hi Does anybody know of an easy routine to shade a Tin Model different colors in relation to the height of the vertices of each triangle? Thanks Michael
klaus Expert Licensed User Longtime User Dec 6, 2008 #2 Did you have a looked at the Polygon function? For your triangles, instead of drawing the 3 lines you could draw the triangles with the Polygon function, and modulate their color in function of the altitude, for example the mean value of the three. Best regards.
Did you have a looked at the Polygon function? For your triangles, instead of drawing the 3 lines you could draw the triangles with the Polygon function, and modulate their color in function of the altitude, for example the mean value of the three. Best regards.
C ceaser Active Member Licensed User Dec 6, 2008 #3 Hi Klaus Problem solved! Thank you very much. Thanks Michael