WO106
- Last UpdatedMay 13, 2023
- 1 minute read
Name
WO106 - AutoSeq Interface routine - Define Number of Cutouts/Notches
Purpose
The procedure defines the number of cutouts/notches for the current contour.
Declaration
void wo106( const int PlatePartNo,
const int ContourNo,
const int NumberOfCutouts);
Iinput
Parameters:
|
PlatePartNo |
The identification number for the plate part |
|
ContourNo |
The contour number |
|
NumberOfCutouts |
The number of cutouts/notches (only relevant for outer contours). |
Result
None.
- */
/*
External declarations
*/
extern "C"
{
#if !defined TBLSEQUENCEPLUGIN_API #define TBSEQUENCEPLUGIN_API
#endif
/*
*************************************************************
Main procedure - wo106
*************************************************************
*/
#ifdef WIN32 TBSEQUENCEPLUGIN_API
#endif
void wo106( const int /* PlatePartNo */,
const int /* ContourNo */,
const int /* NumberOfCutouts */)
{
}
}