All Frameworks  Class Hierarchy  This Framework  Indexes

TopologicalOperators Global Function CATCreateTopDevelop


CATTopDevelop * CATCreateTopDevelop(CATGeoFactory* iFactory,
CATTopData* iData,
CATBody* iWire,
CATBody* iWireSupport,
CATBody* iTargetSupport,
CATSurTo2DGlobalMapping* iMappingIn,
CATSurTo2DGlobalMapping* iMappingOut)
Creates an operator that maps a wire on a shell onto a wire on another shell.
Parameters:
iFactory
The pointer to the factory of the geometry.
iData
The pointer to the data defining the software configuration and the journal. If the journal inside iData is NULL, it is not filled.
iWire
The pointer to the wire body to map. The body only contains one wire, that must be lying on iWireSupport..
iWireSupport
The pointer to the shell body, that only contains one shell on which iWire is lying on.
iTargetSupport
The pointer to the shell body, that only contains one shell on which iWire must be mapped.
iMappingIn
The mapping from iWireSupport onto the 2D space. To create with the CreateXxxMapping global functions and to delete after use.
iMappingOut
The mapping from the 2D space onto iTargetSupport. To create with the CreateXxxMapping global functions and to delete after use.
Returns:
The pointer to the created operator. To delete after use with the usual C++ operator.

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

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