WO020
- Last UpdatedMay 12, 2023
- 1 minute read
Name
WO020 - AutoNest Interface routine - Get Number of Remained Parts
Purpose
The procedure gets the number of unnested parts.
Declaration
int wo020( void);
Input
Result
The number of unnested parts (different part geometries) is returned.
/
/*
External declarations
*/
extern "C"
{
#if !defined TBLAYOUTPLUGIN_API #define TBLAYOUTPLUGIN_API
#endif
/*
**********************************************************************
Main procedure - wo020
**********************************************************************
*/
#ifdef WIN32 TBLAYOUTPLUGIN_API
#endif
int wo020 ( void)
{
return 0;
}
}