WO012
- Last UpdatedMay 12, 2023
- 1 minute read
Name
WO012 - AutoNest Interface routine - Get Number of Nested Plates
Purpose
The procedure gets the number of nested plates.
Declaration
int wo012( void); INPUT:
Result
The number of nested plates is returned.
/
/*
External declarations
*/
extern "C"
{
#if !defined TBLAYOUTPLUGIN_API #define TBLAYOUTPLUGIN_API
#endif
/*
**********************************************************************
Main procedure - wo012
**********************************************************************
*/
#ifdef WIN32 TBLAYOUTPLUGIN_API
#endif
int wo012( void)
{
return 0;
}
}