All Frameworks  Class Hierarchy  This Framework  Indexes

BasicTopologicalOpe Global Function CATCreateTopLineTangentCrvCrvOperator


CATTopLineTangentCrvCrvOperator * CATCreateTopLineTangentCrvCrvOperator(CATGeoFactory* iFactory,
CATTopData* iTopData,
CATBody* iWire1,
CATBody* iWire2,
CATBody* iPlane)
Creates a topological operator to compute the line bodies tangent to two coplanar wire bodies.
Parameters:
iFactory
The pointer to the factory of the geometry.
iTopData
The pointer to the data defining the software configuration and the journal. Warning: the journal of iTopData is never filled, because the journal is written for each solution by the parent class of the operator
CATTopMultiResult .
iWire1
The pointer to the first wire body.
iWire2
The pointer to the second wire body.
iPlane
The pointer to the plane body which contains the input and output line bodies.
Returns:
The pointer to the created operator. To delete with the usual C++ delete operator after use.

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

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