GMOperatorsInterfaces Global Function CATCGMCreateTopologicalFill
CATCGMCreateTopologicalFill( | | iFactory, |
| | iTopData, |
| | iNumberOfWires, |
| const | iArrayOfBodyWires, |
| const | iArrayOfBodySupports) |
-
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.
- iNumberOfWires
- The number of wires defining the boundary of the area to fill.
- iArrayOfWires
- The array of pointers to the wire bodies, each containing only one wire.
The set of wires must defined a closed area,
and the wires must be given in the right order (but the orientation
of each wire is computed by the operator).
- iArrayOfBodySupports
- The array of pointers to the supporting bodies of the wires, thus allowing you to define G1 and G2 continuity
criteria.
- 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.