ArrayOfIntfcTris_FT

Return an array of triangles in the interface in FronTier TRI structure.

Synopsis

#include "FronTier.h" 

void ArrayOfIntfcTris_FT(INTERFACE *intfc,TRI **tris);

Input Parameters

INTERFACE *intfc- pointer to operating interface

Output Parameters

TRI **tris- array of triangles in as FronTier TRI structure

Notes

usage (3D): INTERFACE *intfc; TRI **tris; ...... /* memory of tris must have be allocated */ ArrayOfIntfcTris_FT(intfc,tris);

Examples

Example3 output_0 output_plt