next up previous contents
Next: Global Function DrawHex() Up: Functions Previous: Functions   Contents


Global Function Draw3DBlock()

Calculate vertices of isoquant triangle(s) in a 3-D array of right regular hexahedra. This loops through a 3-D array and calls DrawHex to calculate the triangulation of each hexahedral cell.

int Draw3DBlock ( int xd, int yd, int zd, int xs, int ys, int zs, int xm, int ym, int zm, PetscScalar* minmax, PetscScalar* vals, int skip, int n_quants, PetscScalar* isoquants, PetscScalar* colors )


\begin{cxrefarglist}
\cxrefargitem{int Draw3DBlock} Returns 0 or an error code.
...
...alar* colors} Array of color R,G,B,A quads for each isoquant.
\end{cxrefarglist}



root 2002-06-18