ArrayOfSurfaces

Return an array of surfaces in the interface.

Synopsis

#include "FronTier.h" 

void ArrayOfSurfaces(INTERFACE*,SURFACE**);

Input Parameters

INTERFACE*- pointer to operating interface

Output Parameters

SURFACE**- array of pointers to surfaces in the interface

Notes

usage (3D only): INTERFACE *intfc; SURFACE **surfaces; ...... /* intfc must have contents */ ArrayOfSurfaces(intfc,surfaces);

Examples

Example3 output3_0