WO114
- Last UpdatedMay 13, 2023
- 1 minute read
Name
WO114 - AutoSeq Interface routine - Define Number of Bridges/Gaps
Purpose
The procedure defines the number of bridges/gaps for the current contour.
Declaration
void wo114( const int PartNo,
const int ContourNo,
const int NumberOfBridges);
Input
Parameters:
|
PlatePartNo |
The identification number for the plate part |
|
ContourNo |
The contour number Number |
|
OfBridges |
The number of bridges/gaps (only relevant for outer contours and holes). |
Result
None.
- */
/*
External declarations
*/
extern "C"
{
#if !defined TBLSEQUENCEPLUGIN_API #define TBSEQUENCEPLUGIN_API
#endif
/*
*************************************************************
Main procedure - wo114
*************************************************************
*/
#ifdef WIN32 TBSEQUENCEPLUGIN_API
#endif
void wo114( const int /* PlatePartNo */,
const int /* ContourNo */,
const int /* NumberOfBridges */)
{
}
}