All Frameworks  Class Hierarchy  This Framework  Indexes

NewTopologicalObjects Global Function CATCreateTopClashOperator


CATCreateTopClashOperator( iFactory,
iTopData,
iBody1,
iBody2)
Creates an operator to test the clash of two bodies and generate the intersection between the two bodies. Just testing whether the bodies clash is done through the SetOnlyDiagnosticRequired method. Not using this method or using it with the FALSE option generates a result (if any).
Parameters:
iFactory
The factory of the geometry.
iTopData
The CATTopData.
iBody1
The first body.
iBody2
The second body.
Returns:
The pointer to the created operator. To delete with the usual C++ delete operator after use.

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

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