NumOfIntfcTris

Return number of triangles in the entire interface (3D only).

Synopsis

#include "FronTier.h" 

int NumOfIntfcTris(INTERFACE*);

Input Parameters

INTERFACE*- pointer to operating interface

Notes

usage (3D only): INTERFACE *intfc; ...... /* intfc must have contents */ int num_tris; num_tris = NumOfIntfcTris(intfc);

Examples

Example3 output3_0