GMModelInterfaces Global Function CATCGMCreateTessBody
CATCGMCreateTessBody(
iBody,
iTessBody)
Creates an instance of CATCGMTessBody from a CATBody and a previous CATCGMTessBody instance.
The tessellation parameters (sag,...) are obtained from the input CATCGMTessBody. In the returned instance,
the computation of the discrete data is done by incremental tessellation.
Parameters:
iBody
The input CATBody to tessellate.
iTessBody
An input CATCGMTessBody that refers to the tessellation of a body 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