All Frameworks  Class Hierarchy  This Framework  Next  Indexes

GeometricOperators Class CATConfusionPtOnCrvPtOnCrv

Mathematics.CATCGMVirtual
  |
  +---GeometricObjects.CATCGMOperator
    |
    +---CATConfusionPtOnCrvPtOnCrv
 

Usage: you must use this class as is. You should never derive it.


public class CATConfusionPtOnCrvPtOnCrv

Class defining the operator testing the overlap of two points on a CATCurve.


Constructor and Destructor Index


o ~CATConfusionPtOnCrvPtOnCrv()
Destructor.

Method Index


o GetConfusion()
Returns the result of this CATConfusionPtOnCrvPtOnCrv operator.

Constructor and Destructor


o ~CATConfusionPtOnCrvPtOnCrv
public virtual ~CATConfusionPtOnCrvPtOnCrv()
Destructor.

Methods


o GetConfusion
public virtual CATBoolean GetConfusion()= 0
Returns the result of this CATConfusionPtOnCrvPtOnCrv operator.
Returns:
The result of the test.
Legal values:
TRUE
if the distance between the two CATPointOnCurves is less than the tolerance given at the operator creation.
FALSE
otherwise.

This object is included in the file: CATConfusionPtOnCrvPtOnCrv.h
If needed, your Imakefile.mk should include the module: CATGeometricOperators

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