All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ManufacturingInterfaces Interface CATIMfgGenerateToolChanges

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---CATIMfgGenerateToolChanges
 

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface CATIMfgGenerateToolChanges

Interface to genrate and delete automaticaly tool changes.
Role: allow a Manufacturing program to generate and delete automatically the tool changes.


Method Index


o CheckTools(CATBaseUnknown_var&)
Generates automatically the tool changes associated to a program.
o DeleteAutomaticToolChanges(int&,int&)
Delete Tool Changes that have been automatically generated.

Methods


o CheckTools
public virtual HRESULT CheckTools( const CATBaseUnknown_var& iRef=NULL_var) =0
Generates automatically the tool changes associated to a program.
Parameters:
iRef
o DeleteAutomaticToolChanges
public virtual HRESULT DeleteAutomaticToolChanges(int& oToolChangesNumber,
int& oDeletedNumber) =0
Delete Tool Changes that have been automatically generated.
Parameters:
oToolChangesNumber
The total number of tool changes
oDeletedNumber
The number of deleted tool changes

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

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