All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ManufacturingInterfaces Interface CATIMfgMachinableFeatureMngt

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

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


interface CATIMfgMachinableFeatureMngt

Interface to manage relation between Machinable Features and Machining Features.
Role: Use this interface to associate Machinable features to Machining Features.


Method Index


o GetMachinableFeature(CATBaseUnknown_var&)
Gets a Machinable Feature.
o SetMachinableFeature(CATBaseUnknown_var&)
Sets a Machinable Feature.

Methods


o GetMachinableFeature
public virtual HRESULT GetMachinableFeature(CATBaseUnknown_var& oMAF) const=0
Gets a Machinable Feature.
Parameters:
oMAF
The Machinable feature
o SetMachinableFeature
public virtual HRESULT SetMachinableFeature( const CATBaseUnknown_var& iMAF) const=0
Sets a Machinable Feature.
Parameters:
iMAF
The Machinable feature

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

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