#include "FronTier.h"void ArrayOfSurfTris(SURFACE *surf,float *coords,int *vertex_indices);
Input Parameters
| SURFACE *surf | - pointer to operating surface |
| float *coords | - array of vertex coordinates as an array | |
| int *vertex_indices | - array of vertex indices of each triangle |