All Frameworks Class Hierarchy This Framework Previous Next Indexes
ManufacturingInterfaces Interface CATIMfgComputeToolPathCustom
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---CATIMfgComputeToolPathCustom
Usage: you can freely reimplement this interface.
interface CATIMfgComputeToolPathCustom
Interface to implement to override standard tool path computation of a manufacturing operation.
Method Index
- o
ComputeToolPath(CATIContainer_var&,CATIMfgToolPath_var&)
- Computes the tool path.
Methods
o ComputeToolPath
public virtual HRESULT ComputeToolPath( | const CATIContainer_var& | iContainer, |
| CATIMfgToolPath_var& | oTP) = 0 |
-
Computes the tool path.
- Parameters:
-
- iContainer
- The tool path container
- oTP
- The tool path computed
- Returns:
- The return code
Legal values:
- S_OK : tool path successfully computed
- S_FALSE and oTP == NULL_var : standard tool path computation is called
- other case : an error occured
This object is included in the file: CATIMfgComputeToolPathCustom.h
If needed, your Imakefile.mk should include the module: MfgItfEnv