GMOperatorsInterfaces Global Function CATCGMCreateDynBoolean
CATCGMCreateDynBoolean( | | iFactory, |
| | iData, |
| | iOperation, |
| | iPart, |
| | iTool) |
-
Creates a CATICGMDynBoolean operator.
- Parameters:
-
- iFactory
- 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.
- iOperation
- The type of operation
- CATBoolUnion
- Boolean union.
- CATBoolIntersection
- Boolean intersection.
- CATBoolRemoval
- iTool is subtracted to iPart.
- iPart
- The pointer to the first body.
- iPart
- The pointer to the second body.
- 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: CATICGMDynBoolean.h
If needed, your Imakefile.mk should include the module: CATGMOperatorsInterfaces
Copyright © 1999-2015, Dassault Systèmes. All rights reserved.