TopologicalOperators Global Function CATCreateDistanceMinTopo
All Frameworks Class Hierarchy This Framework Indexes
TopologicalOperators Global Function CATCreateDistanceMinTopo
-
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:
- The pointer to the created operator. To delete after use with the usual C++ delete operator.
This object is included in the file: CreateDistanceMinTopo.h
Copyright © 2003, Dassault Systèmes. All rights reserved.