GMModelInterfaces Global Function CATCGMCreateDistanceMin
CATCGMCreateDistanceMin( | | iWhere, |
| | iConfig, |
| | iCrv1, |
| | iCrv2, |
| | iMode | = BASIC) |
-
Creates an operator for computing the minimum distance between two curves.
- Parameters:
-
- iWhere
- The pointer to the factory of the curves.
- iConfig
- The pointer to configuration defining the level of code to replay.
- iCrv1
- The pointer to the first curve.
- iCrv2
- The pointer to the second curve.
- iMode
- The mode of use.
Legal values:
- BASIC
- The operation is performed at the operator creation.
- ADVANCED
- Use the Run method to compute the operation.
- 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: CATCGMCreateDistanceMinCrvCrv.h
Copyright © 1999-2015, Dassault Systèmes. All rights reserved.