MachiningResourceUseItf Interface DELIMfgMachine
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface DELIMfgMachine
Interface dedicated to Machine objects management.
Role: This interface offers services to manage mainly the Machine object.
Method Index
- o
GetPostProcessorFile(CATUnicodeString&)
- Retrieves the post processor file associated to the Machine.
- o
SetPostProcessorFile(CATUnicodeString&)
- Sets the post processor file associated to the Machine.
Methods
o GetPostProcessorFile
public virtual GetPostProcessorFile( | | oFilePath) |
-
Retrieves the post processor file associated to the Machine.
- Parameters:
-
- oFilePath
- The path to the PP Library file associated to the Machine.
- Returns:
- Return code.
Legal values:
- S_OK: the file is defined
- E_FAIL: otherwise
o SetPostProcessorFile
public virtual SetPostProcessorFile( | const | iFilePath) |
-
Sets the post processor file associated to the Machine.
- Parameters:
-
- iFilePath
- The path to the PP Library file to associate to the Machine.
- Returns:
- Return code.
Legal values:
- S_OK: the file could be added
- E_FAIL: otherwise
This object is included in the file: DELIMfgMachine.h
If needed, your Imakefile.mk should include the module: MachiningResourceUseItf
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.