All Frameworks  Class Hierarchy  This Framework  Indexes

TopologicalOperators Global Function CATCreateTopExtrapolWireOnShell


CATTopExtrapolWireOnShell * CATCreateTopExtrapolWireOnShell(CATGeoFactory* iFactory,
CATTopData* iTopData,
CATBody* iBodyWire,
CATBody* iBodyShell)
Creates a CATExtrapolWireOnShell operator that computes the extrapolation of a wire on a shell. Orientation: The resulting wire is oriented as the input one.
Parameters:
iFactory
The pointer to the factory of the resulting body.
iData
The pointer to the data defining the software configuration and the journal. If the journal inside iData is NULL, it is not filled.
iBodyWire
The pointer to the body defining the wire to extrapolate.
iBodyShell
The pointer to the body defining the support on which the input wire will be extrapolated.
Returns:
The pointer to the created operator. To delete with the usual C++ delete operator after use.

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

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