WO011
- Last UpdatedMay 12, 2023
- 1 minute read
Name
WO011 - AutoNest Interface routine - Autonest
Pupose
The procedure starts the autonesting.
Declaration
int wo011 ( void); INPUT:
Result
The procedure returns 1 when the autonesting is finished, otherwise 0.
/
/*
External declarations
*/
extern "C"
{
#if !defined TBLAYOUTPLUGIN_API #define TBLAYOUTPLUGIN_API
#endif
/*
**********************************************************************
Main procedure - wo011
**********************************************************************
*/
#ifdef WIN32 TBLAYOUTPLUGIN_API
#endif
int wo011 ( void)
{
return 0;
}