All Frameworks  Class Hierarchy  This Framework  Indexes

AdvancedTopologicalOpe Global Function CATCreateTopologicalMatchBoth


CATTopologicalMatch * CATCreateTopologicalMatchBoth(CATGeoFactory* iFactory,
CATTopData* iTopData,
CATBody* iWire1,
CATBody* iWire2,
CATBody* iSupport1,
CATBody* iSupport2,
CATSkillValue iMode= BASIC)
Deprecated:
V5R11 CATCreateTopologicalMatch
Parameters:
iFactory
The pointer to the factory of the geometry.
iTopData
The pointer to the data defining the software configuration and the journal. If the journal inside iTopData is NULL, it is not filled.
iWire1
The pointer to wire body on the first surface. The body only contains one wire with one edge. The geometry of the edge must be a boundary of iSupport1.
iWire2
The pointer to wire body on the second surface. The body only contains one wire with one edge. The geometry of the edge must be a boundary of iSupport2.
iSupport1
The pointer to the first surface.
iSupport2
The pointer to the second surface.
iMode
The mode of use.
Returns:
The pointer to the created operator. To delete the usual C++ delete operator afer use.
See also:
CATTopologicalMatch

This object is included in the file: CATTopologicalMatch.h
If needed, your Imakefile.mk should include the module: CATAdvancedTopologicalOpe

Copyright © 2003, Dassault Systèmes. All rights reserved.