All Frameworks Class Hierarchy This Framework Indexes
ManufacturingInterfaces Interface CATIMfgApply
Usage: you can freely reimplement this interface.
interface CATIMfgApply
Interface to customize the check of a Machining Operation.
Role: This interface has to be implemented to change the default check behaviour.
Method Index
- o
CheckParameter()
- This method is used to check a Machining Operation.
- o
ComputeMachiningDomain()
- This method is used to compute the machining domain of a Machining Operation.
Methods
o CheckParameter
| public virtual CheckParameter( | ) |
-
This method is used to check a Machining Operation.
It is called in particular in the APPLY button of the Machining Operation editor.
If the check fails (operation not complete,...), the return code
is filled with the error message.
o ComputeMachiningDomain
| public virtual ComputeMachiningDomain( | ) |
-
This method is used to compute the machining domain of a Machining Operation.
It may return NULL_var.
This object is included in the file: CATIMfgApply.h
If needed, your Imakefile.mk should include the module: MfgItfEnv