MachiningU5Itf Interface DELIMfgComputeToolPathCustom
Usage: you can freely reimplement this interface.
 interface DELIMfgComputeToolPathCustom
 Interface to implement to override standard tool path computation of a manufacturing operation.
 Method Index
 
 -  o 
    ComputeToolPath(CATBaseUnknown_var&,CATBaseUnknown_var&)
 -     Computes the tool path.
 
 Methods
 
  o ComputeToolPath
  |   public virtual   ComputeToolPath( |  const   | ispToolPathFactory, | 
 |   | ospToolPath)   | 
  - 
   Computes the tool path.
   
  -  Parameters:
  
 - 
    
    -  ispToolPathFactory
   
 - 	  The tool path container (DELIMfgToolPathFactory)
   
 
    -  ospToolPath
   
 -        The tool path computed (DELIMfgToolPath)
   
 
   -  Returns: 
  
 -        The return code
      
Legal values:
      
      - S_OK   : tool path successfully computed
 
      - S_FALSE and ospToolPath == NULL_var : standard tool path computation is called
 
      - other case : an error occured
 
      
 
 
 This object is included in the file: DELIMfgComputeToolPathCustom.h
If needed, your Imakefile.mk should include the module: MachiningU5Itf
Copyright © 1999-2015, Dassault Systèmes. All rights reserved.