GMOperatorsInterfaces Global Function CATCGMCreateTopDevelop


CATCGMCreateTopDevelop( iFactory,
iData,
iWire,
iWireSupport,
iTargetSupport,
iMappingIn,
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 Release after use.
iMappingOut
The mapping from the 2D space onto iTargetSupport. To create with the CreateXxxMapping global functions and to Release after use.
Returns:
[out, IUnknown#Release] The pointer to the created operator. To be released with the Release method after use.

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

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