MachiningExtendItf Interface DELIMfgProcess
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface DELIMfgProcess
Interface dedicated to Manufacturing User Defined Setup creation.
Method Index
- o
AppendPartOperation(CATUnicodeString&,CATBaseUnknown_var&,CATBaseUnknown_var&)
- Create a new user defined setup.
- o
RemovePartOperation(CATBaseUnknown_var&)
- Remove Part Operation
Role:
Methods
o AppendPartOperation
public virtual AppendPartOperation( | const | iPartOperationType, |
| const | iInsertionlevel, |
| | oPartOperation) |
-
Create a new user defined setup.
Note: The startup must have been created in client calalog,
by using DELIMfgStartupFactories interface, CreateManufacturingSetupSU method,
for example.
- Parameters:
-
- iPartOperationType
- The type of the setup, defined in the client catalog file.
- iInsertionlevel
- The insertion level of the part operation to be created.
- oPartOperation
- The part operation which was created.
- Returns:
- S_OK: the new part operation has been created.
E_FAIL: the new part operation has not been created.
o RemovePartOperation
public virtual RemovePartOperation( | const | iPartOperation) |
-
Remove Part Operation
Role:
- Parameters:
-
- iPartOperation
- The Part Operation to remove
- Returns:
-
S_OK
part operation removed-
E_FAIL
operation failed-
This object is included in the file: DELIMfgProcess.h
If needed, your Imakefile.mk should include the module: MachiningExtendItf
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.