GMOperatorsInterfaces Interface CATICGMGeometrySizeOptimization
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
 interface CATICGMGeometrySizeOptimization
 Class defining the operator that optimizes the size of a factory
 by cleaning extrapolated geometries.
 Method Index
 
 -  o 
    GetDiagnosis()
-   Returns the diagnosis of the computation.
 
-  o 
    Run()
-   Runs this operator.
 
-  o 
    SetForgetNURBSOriginalLimits()
-   Cleans the NURBS objects without keeping the original limits (only the useful limits will be kept).
Methods
 
  o GetDiagnosis
  | public virtual   GetDiagnosis( | ) | 
  - 
 Returns the diagnosis of the computation.
 
  -  Returns: 
  
-   The diagnosis of the computation.
 0 : Geometry has not been modified
 1 : Geometry has been modified (write required).
 
o Run
  - 
 Runs this operator.
 
  -  Returns: 
  
-   1 if the computation failed, 0 otherwise.
 
o SetForgetNURBSOriginalLimits| public virtual   SetForgetNURBSOriginalLimits( | ) | 
  - 
 Cleans the NURBS objects without keeping the original limits (only the useful limits will be kept).
 Warning : This mode is not reversible, you may loose original creation data.
 This object is included in the file: CATICGMGeometrySizeOptimization.h
If needed, your Imakefile.mk should include the module: CATGMOperatorsInterfaces
Copyright © 1999-2015, Dassault Systèmes. All rights reserved.