All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

GeometricOperators Class CATConfusionPtOnSurPtOnSur

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

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


public class CATConfusionPtOnSurPtOnSur

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


Constructor and Destructor Index


o ~CATConfusionPtOnSurPtOnSur()
Destructor.

Method Index


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

Constructor and Destructor


o ~CATConfusionPtOnSurPtOnSur
public virtual ~CATConfusionPtOnSurPtOnSur()
Destructor.

Methods


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

This object is included in the file: CATConfusionPtOnSurPtOnSur.h

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