MachiningU5Itf Interface DELIMfgWorkbenchMgt

Usage: you can freely reimplement this interface.


interface DELIMfgWorkbenchMgt

Interface to be implemented by workbench to obtain the standard behviour of machining workbench (during init, transition and dispose)

Using this prefered syntax will enable mkdoc to document your class.


Method Index


o GetAuthorizedLatheTools(CATListOfCATUnicodeString&)
Example:
       
   Returns a list of classes (Lathe tools) supported by the current Workbench
   
 
o GetAuthorizedTools(CATListOfCATUnicodeString&)
Remember that interfaces define only virtual pure methods.

Methods


o GetAuthorizedLatheTools
public virtual GetAuthorizedLatheTools( oListClass)
Example:
       
   Returns a list of classes (Lathe tools) supported by the current Workbench
   
Parameters:
listClass
List of classes.
Returns:
Error code of function.
o GetAuthorizedTools
public virtual GetAuthorizedTools( oListClass)
Remember that interfaces define only virtual pure methods. Dont forget to document your methods.
Example:
       
   Returns a list of classes (Mill tools) supported by the current Workbench
   
Parameters:
listClass
List of classes.
Returns:
Error code of function.

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

Copyright © 1999-2015, Dassault Systèmes. All rights reserved.