GMOperatorsInterfaces Global Function CATCGMCreateDistanceMinTopo
CATCGMCreateDistanceMinTopo( | | iFactory, |
| | iData, |
| | iBody1, |
| | iBody2, |
| | iMode | = BASIC) |
-
Creates an operator for computing the minimum distance between two CATBody.
- Parameters:
-
- iFactory
- The pointer to the factory of the geometry.
- iData
- The pointer to the data defining the software configuration and the journal. The journal inside iData
is not filled.
- iBody1
- The pointer to the first body.
- iBody2
- The pointer to the second body.
- iMode
- The mode of use.
Legal values:
- BASIC
- for triggering the computation at the operator creation
- ADVANCED
- for delaying the computation after the operator creation. Meanwhile,
parameters can be set to tune the operator.
- Returns:
- [out, IUnknown#Release] The pointer to the created operator. To be released with the Release method.
This object is included in the file: CATCGMCreateDistanceMinTopo.h
Copyright © 1999-2015, Dassault Systèmes. All rights reserved.