NumOfSurfaces

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

Synopsis

#include "FronTier.h" 

int NumOfSurfaces(INTERFACE*);

Input Parameters

INTERFACE*- pointer to operating interface

Notes

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

Examples

Example3 output3_0