All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ManufacturingInterfaces Interface CATIMfgFormulaManagement

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

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


interface CATIMfgFormulaManagement

Describe the functionality of your interface here

Using this prefered syntax will enable mkdoc to document your class.


Method Index


o GetParametrization(CATListOfCATUnicodeString&)
Read the parametrization Set of the Activity object.
o GetSolvedParametrizationForResourceReq(CATListOfCATUnicodeString&,CATCkeListOf(Parm)&,CATListOfInt&)
Solve and Get the parametrization Set of a resource requirement of a NC manufacturing object.
o SetParametrization(CATListOfCATUnicodeString&)
Set the parametrization Set of the Activity object.
o SolveParametrization()
Solve the parametrization Set of a NC manufacturing object.

Methods


o GetParametrization
public virtual HRESULT GetParametrization(CATListOfCATUnicodeString& oValue) =0
Read the parametrization Set of the Activity object. Returns HRESULT.
Parameters:
oValue:
value as CATlistOfCATUnicodeString
o GetSolvedParametrizationForResourceReq
public virtual HRESULT GetSolvedParametrizationForResourceReq(CATListOfCATUnicodeString& oListOfCondition,
CATCkeListOf(Parm)& oListOfParm,
CATListOfInt& oListOfLogicalOper) = 0
Solve and Get the parametrization Set of a resource requirement of a NC manufacturing object. Returns HRESULT.
Parameters:
oListOfCondition:
value as CATListOfCATUnicodeString
oListOfParm:
value as CATCkeListOf(Parm)
o SetParametrization
public virtual HRESULT SetParametrization( const CATListOfCATUnicodeString& iValue) =0
Set the parametrization Set of the Activity object. Returns HRESULT.
Parameters:
iValue:
value as CATlistOfCATUnicodeString
o SolveParametrization
public virtual HRESULT SolveParametrization()= 0
Solve the parametrization Set of a NC manufacturing object. Returns HRESULT.

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

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