All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ManufacturingInterfaces Interface CATIMfgTPUnloadData

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

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


interface CATIMfgTPUnloadData

Interface usefull to manage memory when manipulating or modifying tool path objects.
Role: Tool path datas are stored in the model. When manipulating or modifying tool path, these datas are also stored in objects representing instance of classes. At the end of these actions, it's necessary to deallocate datas. Before be sure to have saved the tool path with CATIMfgTPSaveData.

See also:
CATIMfgTPSaveData


Method Index


o UnloadData()
Free the memory of tool path datas.

Methods


o UnloadData
public virtual CATBoolean UnloadData()= 0
Free the memory of tool path datas. Datas of tool path are always stored int the model. These method can be called at the end of every command using tool path datas
Returns:
Return code.
Legal values:
  • TRUE: UnloadData has succeeded
  • FALSE: UnloadData has failed

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

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