GMModelInterfaces Global Function CATCGMCreateDistanceMin


CATCGMCreateDistanceMin( iWhere,
Config,
iPt,
iCrv,
iMode= BASIC)
Creates an operator for computing the minimum distance between a CATPoint and a CATCurve.
Parameters:
iWhere
The pointer to the factory of the geometry.
iPt
The pointer to the point.
iCrv
The pointer to the 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: CATCGMCreateDistanceMinPtCrv.h

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