All Frameworks Class Hierarchy This Framework Indexes
ManufacturingInterfaces Interface 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 ComputeToolPath( | const | iContainer, |
| | oTP) |
-
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