All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ManufacturingInterfaces Interface CATIMfgViewAccess

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

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


interface CATIMfgViewAccess

Interface to add a manufacturing feature to the manufacturing view.

Role: CATIMfgViewAccess has methods to add a manufacturing feature to the manufacturing view.


Method Index


o AddFeature(CATBaseUnknown_var&)
Adds a manufacturing feature to the manufacturing view.
o CreateAllMachinableAreaFeaturesFromTechResultsOfUDF(CATIProduct_var&)
Creates Machinable feature using Technological Results of UDF.

Methods


o AddFeature
public virtual HRESULT AddFeature( const CATBaseUnknown_var& iFeatureToAdd) = 0
Adds a manufacturing feature to the manufacturing view.
Parameters:
iFeatureToAdd
The manufacturing feature to add
o CreateAllMachinableAreaFeaturesFromTechResultsOfUDF
public virtual HRESULT CreateAllMachinableAreaFeaturesFromTechResultsOfUDF(CATIProduct_var& iFinishPartProduct)=0
Creates Machinable feature using Technological Results of UDF.
Example:
The following example takes iFinishPartProduct and Create MAF in MfgView:
 MfgView.CreateAllMachinableAreaFeaturesFromTechResultsOfUDF(iFinishPartProduct)

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

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