All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ManufacturingInterfaces Interface CATIMfgApply

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---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 HRESULT CheckParameter()= 0
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 CATBaseUnknown_var ComputeMachiningDomain()= 0
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

Copyright © 2003, Dassault Systèmes. All rights reserved.