GMModelInterfaces Global Function CATCGMCreateTessBody
CATCGMCreateTessBody(
iBody,
const
iTessBodyList)
Creates an instance of CATCGMTessBody from a CATBody and a previous list of CATCGMTessBody instances.
The tessellation parameters (sag,...) are obtained from the input CATCGMTessBody instances. In the returned instance,
the computation of the discrete data is done by incremental tessellation.
Parameters:
iBody
The input CATBody to tessellate.
iTessBodyList
An input list of CATCGMTessBody instances that refer to the tessellation of bodies sharing cells with
the input CATBody.
Returns:
An instance of a CATCGMTessBody.
This object is included in the file: CATCGMTessBody.h
If needed, your Imakefile.mk should include the module: CATGMModelInterfaces