All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ManufacturingInterfaces Interface CATIMfgViewAccessAdditional

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---CATIMfgViewAccessAdditional
 

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface CATIMfgViewAccessAdditional

Interface dedicated to create machinable feature from User defined feature (UDF).
Role: This interface offers services mainly to create Machinable feature by scanning through Finished Product and Machinable Feature product


Method Index


o CreateAllMachinableAreaFeatures(CATIProduct_var&,CATIProduct_var&)
Creates User Defined (UDF)Machinable feature by scanning through the given Finished Product and Machinable Feature product.

Methods


o CreateAllMachinableAreaFeatures
public virtual HRESULT CreateAllMachinableAreaFeatures(CATIProduct_var& iFinishPartProduct,
CATIProduct_var& iMachFeaturesProduct)=0
Creates User Defined (UDF)Machinable feature by scanning through the given Finished Product and Machinable Feature product.
Parameters:
iFinishPartProduct
Is the Finished Product in Manufacturing View in which UDF features exist.
iMachFeaturesProduct
Is the Machinable Feature Product to which Finished Product Belong to .
Returns:
S_OK: UDF features has been created in Manufacturing View.
E_FAIL: Failed to Create UDF features in Manufacturing View.

This object is included in the file: CATIMfgViewAccessAdditional.h
If needed, your Imakefile.mk should include the module: MfgItfEnv

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