GMOperatorsInterfaces Global Function CATCGMCreateTopologicalFill


CATCGMCreateTopologicalFill( iFactory,
iTopData,
const iListOfEdges,
const iListOfFaces,
const iBody)
Creates a topological operator that fills a closed area defined by a set of wires.
Parameters:
iFactory
The pointer to the factory that creates the resulting body.
iTopData
The pointer to the data defining the software configuration and the journal. If the journal inside iTopData is NULL, it is not filled.
iListOfEdges
The list of pointers to edges of iBody. The list of edges must defined a closed area, and the edges must be given in the right order (but the orientation of each edge is computed by the operator).
iListOfFaces
The list of pointers to the supporting faces of the edges, thus allowing you to define G1 and G2 continuity criteria.
iBody
The pointer to the body containing the cells of iListOfEdges and iListOfFaces.
Returns:
[out, IUnknown#Release] The pointer to the created operator. To delete with the usual C++ delete operator after use.
See also:

This object is included in the file: CATCGMCreateTopologicalFillOp.h

Copyright © 1999-2015, Dassault Systèmes. All rights reserved.