MachiningToolPathUseItf Interface DELIMfgTPUnloadData

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


interface DELIMfgTPUnloadData

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 DELIMfgTPSaveData.

See also:


Method Index


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

Methods


o UnloadData
public virtual UnloadData()
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: DELIMfgTPUnloadData.h
If needed, your Imakefile.mk should include the module: MachiningToolPathUseItf

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