All Frameworks  Class Hierarchy  This Framework  Indexes   

ManufacturingInterfaces Interface CATIMfgManufacturingBatch

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


interface CATIMfgManufacturingBatch

Interface to manage manufacturing batch.

Role: CATIMfgManufacturingBatch has methods to manage manufacturing batch.


Method Index


o LaunchCATMFG(CATCommand*,int,char*[],char*[],int&)
Lauch the batch.

Methods


o LaunchCATMFG
public virtual LaunchCATMFG( iTheLauncher,
iNbArgs,
const iArgs,
const iEnv,
oStatus)
Lauch the batch.
Role: Lauch the batch.
Usage: CATCommand* TheLauncher = NULL; char **argv=NULL; char **env=NULL ; int argc=0; int Status = 0; GetMainArguments( &argc, &argv, &env); ..................... HRESULT Res = piSet->LaunchCATMFG (TheLauncher,argc,argv,env,Status);
Parameters:
iTheLauncher
MUST be NULL;.
argc,
argv, env : arguments of the main (env is specific for CATIA V5 environement)
oStatus
: return value as a standard main . ststaus of the batch use them as int oStatus = main (int argc, char* argv[]) HRESULT : status of the Launch

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

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