All Frameworks  Class Hierarchy  This Framework  Next  Indexes

ManufacturingInterfaces Interface CATIMachinableFeatureProperties

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

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


interface CATIMachinableFeatureProperties

Interface to retrieve the activities associated to a feature.

Role: CATIMachinableFeatureProperties has methods to retrieve the activities machining a feature.


Method Index


o AssignedActivities(CATListValCATBaseUnknown_var&)
Retrieves the activities associated to a feature.
o AssignedMAFs(CATListValCATBaseUnknown_var&)
Retrieves the MAFs associated to a feature.

Methods


o AssignedActivities
public virtual HRESULT AssignedActivities(CATListValCATBaseUnknown_var& oAssignedActivities) const = 0
Retrieves the activities associated to a feature.
Parameters:
oAssignedActivities
The list of the activities associated to a feature
o AssignedMAFs
public virtual HRESULT AssignedMAFs(CATListValCATBaseUnknown_var& oMAFs) const = 0
Retrieves the MAFs associated to a feature.
Parameters:
oMAFs
The list of the MAFs associated to a feature

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

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