WO005
- Last UpdatedMay 12, 2023
- 1 minute read
Name
WO005 - AutoNest Interface routine - Define Number of Plate Parts PURPOSE:
Procedure
The procedure defines the number of available plate parts in the autonest session.
Declaration
void wo005 ( const int NumberOfPlateParts);
Input
Parameters:
|
NumberOfPlateParts |
The number of available plate parts |
Result
None.
/
/*
External declarations
*/
extern "C"
{
#if !defined TBLAYOUTPLUGIN_API #define TBLAYOUTPLUGIN_API
#endif
/*
**********************************************************************
Main procedure - wo005
**********************************************************************
*/
#ifdef WIN32 TBLAYOUTPLUGIN_API
#endif
void wo005 ( const int /* NumberOfPlateParts */)
{
}
}