All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

TopologicalOperators Class CATGeoToTopOperator

Mathematics.CATCGMVirtual
  |
  +---GeometricObjects.CATCGMOperator
    |
    +---NewTopologicalObjects.CATTopOperator
      |
      +---CATGeoToTopOperator
 

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


public class CATGeoToTopOperator

Base abstract class of the operators that create topology from geometry.


Constructor and Destructor Index


o ~CATGeoToTopOperator()

Method Index


o GetReport()
Returns the pointer to the topological journal associated with this operator.
o GetTolerance()
Returns the tolerance for assembling the geometry.
o SetTolerance(double)
Defines the tolerance for assembling the geometry.

Constructor and Destructor


o ~CATGeoToTopOperator
public virtual ~CATGeoToTopOperator()

Methods


o GetReport
public CATCGMJournalList* GetReport()
Returns the pointer to the topological journal associated with this operator.
Returns:
The pointer to the journal. Remember that you give the journal at the operator creation, if you want to have a report. So you have to manage the journal cycle life.
o GetTolerance
public double GetTolerance()const
Returns the tolerance for assembling the geometry.
Returns:
The tolerance.
o SetTolerance
public void SetTolerance(double iTol)
Defines the tolerance for assembling the geometry.
Very sensitive point. The default value is the factory resolution, and it is strongly recommended to keep it.
Parameters:
iTol
The tolerance for assembling the geometry.

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

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