All Frameworks  Class Hierarchy  This Framework  Indexes

GeometricOperators Global Function CATCreateConfusion


CATConfusionPtOnCrvPtOnCrv * CATCreateConfusion(CATGeoFactory* iWhere,
CATSoftwareConfiguration* iConfig,
const CATPointOnCurve* iPoint1,
const CATPointOnCurve* iPoint2,
const double& iTol,
CATSkillValue iMode=BASIC)
Creates an operator for testing the overlap of two CATPointOnCurves.
The two points belong to the same CATCurve.
Parameters:
iFactory
The pointer to the factory of the points.
iPoint1
The pointer to the first point.
iPoint2
The pointer to the second point.
iTol
The distance for deciding the overlap.
iMode
BASIC
the operation is performed at the operator creation
ADVANCED
otherwise (not implemented yet)
Returns:
The pointer to the created operator. To delete with the usual C++ delete operator after use.

This object is included in the file: CATCreateConfusionPtOnCrvPtOnCrv.h

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