GMOperatorsInterfaces Global Function CATCGMCreateTopClashOperator


CATCGMCreateTopClashOperator( 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:
[out, IUnknown#Release] The pointer to the created operator. To release with the Release method.

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

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