All Frameworks  Class Hierarchy  This Framework  Indexes

GeometricOperators Global Function CATCreateInclusion


CATInclusionPtCrv * CATCreateInclusion(CATGeoFactory* iWhere,
CATSoftwareConfiguration* Config,
const CATPoint* iPoint,
const CATCurve* iCrv,
const double iTol,
CATSkillValue iMode=BASIC)
Creates an operator for testing the inclusion of a CATPoint in a CATCurve.
Parameters:
iWhere
The pointer to the factory of the geometry.
iPt
The pointer to the point.
iCrv
The pointer to the curve.
iTol
The tolerance used to decide the inclusion.
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: CATCreateInclusionPtCrv.h

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