GMOperatorsInterfaces Interface CATICGMGeoToTopOperator
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATICGMGeoToTopOperator
Base abstract class of the operators that create topology from geometry.
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.
Methods
o GetReport
public virtual 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 virtual GetTolerance( | ) |
-
Returns the tolerance for assembling the geometry.
- Returns:
- The tolerance.
o SetTolerance
public virtual SetTolerance( | | 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: CATICGMGeoToTopOperator.h
If needed, your Imakefile.mk should include the module: CATGMOperatorsInterfaces
Copyright © 1999-2015, Dassault Systèmes. All rights reserved.