All Frameworks  Class Hierarchy  This Framework  Indexes

GeometricOperators Global Function CATCreateDistanceMinLim


CATDistanceMinPtSur * CATCreateDistanceMinLim(CATGeoFactory* iWhere,
CATSoftwareConfiguration* Config,
const CATPoint* iPt,
const CATSurface* iSur,
const CATSurLimits* iSurLim,
CATBoolean iSearchOnBoundary= TRUE,
CATSkillValue iMode= BASIC)
Creates an operator for computing the minimum distance between a CATPoint and a CATSurface.
Parameters:
iWhere
The pointer to the factory of the geometry.
iPt
The pointer to the point.
iSur
The pointer to the surface.
iSurLim
The limits of the surface.
iSearchOnBoundary
TRUE
the operator operates on the whole surface, including its boundary.
FALSE
the operator does not operate on the CATSurface boundary.
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:
The pointer to the created operator. To delete with the usual C++ delete operator after use.

This object is included in the file: CATCreateDistanceMinPtSur.h

Copyright © 2003, Dassault Systèmes. All rights reserved.